aboutsummaryrefslogtreecommitdiffstats
path: root/external/qunit.js
Commit message (Collapse)AuthorAgeFilesLines
* Update QUnit to 1.10.0Jörn Zaefferer2012-08-301-22/+67
|
* Update to QUnit 1.9.0 and use new urlConfig for custom checkboxesJörn Zaefferer2012-07-111-22/+91
|
* Update QUnit to 1.8.0Jörn Zaefferer2012-06-141-119/+223
|
* Update to QUnit 1.6.0Jörn Zaefferer2012-05-041-657/+754
|
* Update QUnit.Scott González2012-03-211-7/+10
|
* Updated to QUnit 1.4.0.Jörn Zaefferer2012-03-101-215/+242
| | | | | | Added expect(0) to make tabs and tooltip tests pass, even though those assertions are actually missing. Introduces dialog and slider failures when running in composite all.html suite, all green when running one by one, also all-active.html is green.
* Update QUnit to latest, reverting the bad reset 'patch'Jörn Zaefferer2012-02-291-9/+9
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-290/+470
|
* Tests: Modified testsuites.js into a subsuiteRunner extension for QUnit.Wesley Walser2011-08-021-2/+6
|
* QUnit updateJörn Zaefferer2011-05-181-77/+78
|
* Update QUnitJörn Zaefferer2011-05-111-10/+13
|
* Updated to latest QUnitjzaefferer2011-03-201-80/+109
|
* Tests: Updated QUnit.Scott González2011-01-241-287/+441
|
* Update to latest QUnit.jzaefferer2010-08-291-9/+5
|
* Update to latest QUnit.jzaefferer2010-07-301-165/+361
|
* Updating to latest QUnitjzaefferer2010-04-011-7/+5
|
* Updating to latest QUnit (sometime soon it'll get versioned...), fixes test ↵jzaefferer2010-03-271-3/+3
| | | | output issues
* Updating to latest QUnitjzaefferer2010-03-251-9/+37
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-0/+1043
67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.