Index: trunk/phase3/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js |
— | — | @@ -535,12 +535,12 @@ |
536 | 536 | ); |
537 | 537 | $table.tablesorter(); |
538 | 538 | |
539 | | - var test1 = equals( |
| 539 | + equals( |
540 | 540 | $table.find('> thead:eq(0) > tr > th.headerSort').length, |
541 | 541 | 1, |
542 | 542 | 'Child tables inside a headercell should not interfere with sortable headers (bug 32888)' |
543 | 543 | ); |
544 | | - var test1 = equals( |
| 544 | + equals( |
545 | 545 | $('#32888-2').find('th.headerSort').length, |
546 | 546 | 0, |
547 | 547 | 'The headers of child tables inside a headercell should not be sortable themselves (bug 32888)' |