aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/testrunner.js
Commit message (Expand)AuthorAgeFilesLines
* Let subproject tests use their own test fixture. Closes gh-867.Dave Methvin2012-07-191-0/+74
* Relativize all urls pertaining to dist/jquery.js so users can run their serve...timmywil2012-06-041-0/+4
* Enforce 20s timeout for all unit tests.Timo Tijhof2012-04-201-4/+20
* Fix #10691. Remove all instances of equals() and same(), as these are depreca...Mike Sherov2011-11-061-6/+0
* Run ajax tests in swarmtimmywil2011-10-131-1/+1
* Avoid changing html in two places; add minified jQuery as an option to the ma...timmywil2011-05-021-3/+0
* Syntax in testrunnertimmywil2011-04-281-2/+3
* Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes #8991.Rick Waldron2011-04-281-0/+9
* Moving jQuery-core specific resets from QUnit to core.jzaefferer2010-07-271-0/+11
* Need to expose the isLocal change globally as well.jeresig2010-03-241-1/+1
* Temporarily disable ajax tests when running in TestSwam.jeresig2010-03-241-0/+4
* Update the TestSwarm URL to point to the new jQuery swarm location.jeresig2010-03-231-1/+1
* Handle auto-running of the TestSwarm injection script in the test suite.jeresig2010-03-231-0/+10
* core/test: replaced local qunit copy with qunit via svn:externals; inlined st...Jörn Zaefferer2008-08-081-329/+0
* test runner: closes #3048. The text from the tests, is html-escaped.Ariel Flesler2008-06-171-1/+1
* test runner: the changes are:Ariel Flesler2008-05-281-12/+14
* test runner: when errors are thrown in a test, the message is successfully sh...Ariel Flesler2008-05-121-1/+1
* jquery core: reverted qunit introduction until build scripts are updatedJörn Zaefferer2008-05-081-0/+328
* jquery testsuite: switch to qunitJörn Zaefferer2008-05-081-328/+0
* jquery testrunner: reset $.ajaxSettings after each run to prevent sideeffects...Jörn Zaefferer2008-05-061-0/+2
* jquery testrunner: reset global events after each run, speeds up a test run f...Jörn Zaefferer2008-05-051-0/+1
* - Adding the enhancements to the test runner, to accept multiple(and negative...Ariel Flesler2008-04-241-5/+23
* testrunner: refactored url-test-filter, still regex basedJörn Zaefferer2008-04-241-2/+6
* jquery testrunner: accept regexp to select tests, eg. /test/?^core|^selector ...Jörn Zaefferer2008-04-221-1/+1
* fixed jsdoc for equalsJörn Zaefferer2007-12-041-1/+1
* Landing the new expando management code. Completely overhauls how data is ass...John Resig2007-09-081-1/+1
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-0/+303