Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | no ticket: fix jQuery suite failure on Android | Richard Gibson | 2012-10-17 | 1 | -1/+1 | |
| | ||||||
* | Remove duplicate expect. Add QUnit.config.requireExpects to testrunner.js ↵ | Rick Waldron | 2012-10-15 | 1 | -0/+3 | |
| | | | | QUnit configurations. | |||||
* | Test: Clean up and fix misc issues | Timo Tijhof | 2012-10-09 | 1 | -4/+1 | |
| | | | | | | | | | | | | * Clean up testinit and testrunner * Uncomment isLocal (at least make sure it is declared) * Rephrase environment assertions to make sense if one reads them when they pass. * Optimise an expensive loop that might be the cause of this in IE6: http://cl.ly/image/3f20053m112n | |||||
* | Don't expect QUnit to clean up jQuery internal data. Close gh-883. | Dave Methvin | 2012-08-19 | 1 | -2/+9 | |
| | ||||||
* | Really support subproject tests in testswarm, closes gh-868 | Richard Gibson | 2012-07-22 | 1 | -61/+107 | |
| | ||||||
* | Let subproject tests use their own test fixture. Closes gh-867. | Dave Methvin | 2012-07-19 | 1 | -0/+74 | |
| | ||||||
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 1 | -0/+4 | |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. | |||||
* | Enforce 20s timeout for all unit tests. | Timo Tijhof | 2012-04-20 | 1 | -4/+20 | |
| | ||||||
* | Fix #10691. Remove all instances of equals() and same(), as these are ↵ | Mike Sherov | 2011-11-06 | 1 | -6/+0 | |
| | | | | deprecated in QUnit. | |||||
* | Run ajax tests in swarm | timmywil | 2011-10-13 | 1 | -1/+1 | |
| | ||||||
* | Avoid changing html in two places; add minified jQuery as an option to the ↵ | timmywil | 2011-05-02 | 1 | -3/+0 | |
| | | | | main test page | |||||
* | Syntax in testrunner | timmywil | 2011-04-28 | 1 | -2/+3 | |
| | ||||||
* | Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes #8991. | Rick Waldron | 2011-04-28 | 1 | -0/+9 | |
| | | | | | | More Details: - https://github.com/jquery/jquery/pull/354 - http://bugs.jquery.com/ticket/8991 | |||||
* | Moving jQuery-core specific resets from QUnit to core. | jzaefferer | 2010-07-27 | 1 | -0/+11 | |
| | ||||||
* | Need to expose the isLocal change globally as well. | jeresig | 2010-03-24 | 1 | -1/+1 | |
| | ||||||
* | Temporarily disable ajax tests when running in TestSwam. | jeresig | 2010-03-24 | 1 | -0/+4 | |
| | ||||||
* | Update the TestSwarm URL to point to the new jQuery swarm location. | jeresig | 2010-03-23 | 1 | -1/+1 | |
| | ||||||
* | Handle auto-running of the TestSwarm injection script in the test suite. | jeresig | 2010-03-23 | 1 | -0/+10 | |
| | ||||||
* | core/test: replaced local qunit copy with qunit via svn:externals; inlined ↵ | Jörn Zaefferer | 2008-08-08 | 1 | -329/+0 | |
| | | | | styles specific to polluted.php; kept testrunner.js with just the noConflict call | |||||
* | test runner: closes #3048. The text from the tests, is html-escaped. | Ariel Flesler | 2008-06-17 | 1 | -1/+1 | |
| | ||||||
* | test runner: the changes are: | Ariel Flesler | 2008-05-28 | 1 | -12/+14 | |
| | | | | | | | - Replaced all the $ for jQuery in the tests and suite. - Added a noConflict to testrunner.js. - Modified the test for noConflict() so that it still work. - Added jQuery 1.2.1 and 1.2.3 to otherlibs. | |||||
* | test runner: when errors are thrown in a test, the message is successfully ↵ | Ariel Flesler | 2008-05-12 | 1 | -1/+1 | |
| | | | | show on all browsers. | |||||
* | jquery core: reverted qunit introduction until build scripts are updated | Jörn Zaefferer | 2008-05-08 | 1 | -0/+328 | |
| | ||||||
* | jquery testsuite: switch to qunit | Jörn Zaefferer | 2008-05-08 | 1 | -328/+0 | |
| | ||||||
* | jquery testrunner: reset $.ajaxSettings after each run to prevent ↵ | Jörn Zaefferer | 2008-05-06 | 1 | -0/+2 | |
| | | | | sideeffects between tests | |||||
* | jquery testrunner: reset global events after each run, speeds up a test run ↵ | Jörn Zaefferer | 2008-05-05 | 1 | -0/+1 | |
| | | | | for ajax from 16s to 10s (test/?ajax), kudos to Ariel | |||||
* | - Adding the enhancements to the test runner, to accept multiple(and ↵ | Ariel Flesler | 2008-04-24 | 1 | -5/+23 | |
| | | | | negative) filters from the GET variables, as specified in the ticket #2738. | |||||
* | testrunner: refactored url-test-filter, still regex based | Jörn Zaefferer | 2008-04-24 | 1 | -2/+6 | |
| | ||||||
* | jquery testrunner: accept regexp to select tests, eg. /test/?^core|^selector ↵ | Jörn Zaefferer | 2008-04-22 | 1 | -1/+1 | |
| | | | | to run both core and selector module | |||||
* | fixed jsdoc for equals | Jörn Zaefferer | 2007-12-04 | 1 | -1/+1 | |
| | ||||||
* | Landing the new expando management code. Completely overhauls how data is ↵ | John Resig | 2007-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | associated with elements. Plugins will be most interested in: - jQuery.data(elem) -> Unique ID for the element - jQuery.data(elem, name) -> Named data store for the element - jQuery.data(elem, name, value) -> Saves a value to the named data store - jQuery.removeData(elem) -> Remove the expando and the complete data store - jQuery.removeData(elem, name) -> Removes just this one named data store jQuery's .remove() and .empty() automatically clean up after themselves. Once an element leaves a DOM document their events are no longer intact. Thus, statements like so: {{{ $("#foo").remove().appendTo("#bar"); }}} should be written like so: {{{ $("#foo").appendTo("#bar"); }}} in order to avoid losing the bound events. | |||||
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 1 | -0/+303 | |