diff --git a/media/unit_testing/tests_onhold/1_dom/-complex_header.js b/media/unit_testing/tests_onhold/1_dom/-complex_header.js index fb173a78..453d3aa6 100755 --- a/media/unit_testing/tests_onhold/1_dom/-complex_header.js +++ b/media/unit_testing/tests_onhold/1_dom/-complex_header.js @@ -18,15 +18,15 @@ $(document).ready( function () { ); oTest.fnTest( - "Sorting on non-unique TH and second TH will sort", + "Sorting on non-unique TH and second TH will not sort", function () { $('#example thead th:eq(6)').click(); }, function () { return $('#example tbody tr td:eq(4)').html() == "A"; } ); oTest.fnTest( - "Sorting on non-unique TH and second TH will sort - reserve", + "Sorting on non-unique TH and second TH will not sort - reserve", function () { $('#example thead th:eq(6)').click(); }, - function () { return $('#example tbody tr td:eq(4)').html() == "X"; } + function () { return $('#example tbody tr td:eq(4)').html() == "A"; } ); oTest.fnTest(