aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/data/testrunner.js
Commit message (Expand)AuthorAgeFilesLines
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-303/+0
* Make it so that you can filter tests by keyword.John Resig2007-08-311-1/+1
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...John Resig2007-08-191-6/+12
* use jquery for dblclick handler to access event.targetJörn Zaefferer2007-06-201-2/+2
* Removed useless safari workarounds, added rerun-single-test feature: just dou...Jörn Zaefferer2007-06-141-13/+13
* Query now throws no warnings under strict mode in Firefox (ticket #922). In f...John Resig2007-04-291-11/+33
* Added a number of additional speed gains (we now hold our own against Dojo an...John Resig2007-03-261-4/+3
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n...John Resig2007-03-251-1/+21
* Merged my speed improvements into the jQuery core (is actually 200b smaller n...John Resig2007-03-241-3/+19
* Disabled the test suite in Safari.John Resig2007-02-281-2/+3
* Added equals helper for easier debugging of failed tests, soon to be used mor...Jörn Zaefferer2007-02-061-1/+19
* Updated testsuite: To prevent crashes in Safari, each test waits for 250 mill...Jörn Zaefferer2007-01-141-1/+15
* Improved Mikes hack to ease testing against IE cacheJörn Zaefferer2006-12-311-0/+13
* A few corrections to the testsuite to imrove the failure testingJörn Zaefferer2006-12-211-3/+4
* Implemented a better error handling for ajax requests. Exceptions caused by d...Jörn Zaefferer2006-12-211-1/+4
* Improved testsuite (pass/fail indicator already exists in markup)Jörn Zaefferer2006-11-201-1/+1
* Testsuite 2.0Jörn Zaefferer2006-11-181-44/+71
* Added visual pass/fail indicator (JUnit/Eclipse style)Jörn Zaefferer2006-11-151-3/+4
* Refactored ajax module: Dropped internal arguments from ajax(); Modified test...Jörn Zaefferer2006-11-031-3/+4
* Fixed bug in testsuite, tried to fix problem with :selected in Opera 8.54: It...Jörn Zaefferer2006-10-081-3/+4
* I had to put the check for 'typeof console != "undefined"' back in, otherwise...Jörn Zaefferer2006-10-031-1/+1
* Fixed minor bug with Safari and the test suite.John Resig2006-10-031-1/+1
* Refactored and fixed test suite to run async testsJörn Zaefferer2006-09-301-1/+1
* Clear timeout (prevents freezing of test suite when async tests fail) when st...Jörn Zaefferer2006-09-191-1/+4
* Refactored test suite to allow async tests (use stop() before starting an asy...Jörn Zaefferer2006-09-191-0/+157