wiki.techinc.nl/tests
Krinkle 73231301ae Replacing strictEqual-assertion with a more useful QUnit.push that includes the expected and actual values in the html output. This way debugging problems from the TestSwarm will be easier.
This way we end up with:
"Expected: > 100, Result: 99"
instead of:
"Expected: true, Result: false"
which could virtually mean anything (even null, undefined, string, array, you name it)

* Also fixed issue in jquery.colorUtil.js
2011-06-13 00:47:15 +00:00
..
parser Followup to r86061: add parser test case to confirm that '&apos' in wikitext doesn't make it to output. 2011-06-07 20:11:24 +00:00
phpunit * merge r89759 from REL1_17 into trunk 2011-06-09 08:43:53 +00:00
qunit Replacing strictEqual-assertion with a more useful QUnit.push that includes the expected and actual values in the html output. This way debugging problems from the TestSwarm will be easier. 2011-06-13 00:47:15 +00:00
selenium Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely. 2011-05-17 22:03:20 +00:00
.htaccess Followup r78383: deny tests from web 2010-12-15 16:26:26 +00:00
parserTests.php Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHop support. 2011-05-15 13:21:16 +00:00
RunSeleniumTests.php $somevariable; doesn't count as defining a variable 2011-02-27 00:36:10 +00:00
testHelpers.inc Initial stab at breaking math/texvc out to Math extension. 2011-04-09 00:39:40 +00:00
TestsAutoLoader.php Kill the extra indenting, and fix trailing whitespace 2011-06-07 21:30:02 +00:00