wiki.techinc.nl/tests
Timo Tijhof 1f83a2e791 (bug 38152) jquery.tablesorter: Use .data() instead of .attr()
* .data() is faster when looking up repeatedly

* .data() will return the latest value, even if it has changed over
   time, whereas .attr() only gives the value as it was when the page
   was generated. Much like the difference between attr() and prop()
   when it comes to value, checked, disabled etc.

* Moved buildCache() call outside `if ( firstTime )`.
  Tests show that this is fast enough to do on the fly. Left inline
  comment with proposal on how to make this more elaborate in the
  future would it become necessary.

* jquery.tablesorter.test.js:
 - Add tests for bug 38152
 - Clean up double quotes
 - Use more descriptive id (prefix with mw-bug-)

Change-Id: Ie4f801c5b1f93617fd3fd173d2eaaf173a7604e9
2012-07-04 23:11:11 +02:00
..
jasmine (bug 35769) Convert mediawiki.Uri test suite to QUnit 2012-04-14 09:48:21 +02:00
parser Added wikitext parsertests for dashes 2012-07-04 11:58:16 +02:00
phpunit (bug 36495) Sanitizer: Convert align to margin/float outside tables. 2012-07-03 08:54:46 +02:00
qunit (bug 38152) jquery.tablesorter: Use .data() instead of .attr() 2012-07-04 23:11:11 +02:00
selenium Kill off pre php 5.3.2 back compat hacks 2012-05-05 00:23:35 +01:00
.htaccess Followup r78383: deny tests from web 2010-12-15 16:26:26 +00:00
parserTests.php Revert r108358. It's a good fellow and we like to keep it. 2012-01-09 22:33:00 +00:00
RunSeleniumTests.php Swap else if for elseif 2011-06-17 16:05:35 +00:00
testHelpers.inc Add NewParserTest to TestsAutoLoader.php 2012-02-16 02:44:31 +00:00
TestsAutoLoader.php Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00