aboutsummaryrefslogtreecommitdiffstats
path: root/build/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed some more bugs with the test suite, made some minor file size tweaks to...John Resig2007-03-251-3/+5
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n...John Resig2007-03-251-1/+21
* Added test for #945Jörn Zaefferer2007-03-251-1/+4
* Added test for #968Jörn Zaefferer2007-03-251-1/+1
* Added UTF8 Selector support (#1001) and fixed infinite selector loops (#1025)...John Resig2007-03-251-0/+6
* Merged my speed improvements into the jQuery core (is actually 200b smaller n...John Resig2007-03-241-3/+19
* Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).John Resig2007-03-241-0/+1
* Forced the test suite into standards mode. Fixed some issues with how opacity...John Resig2007-03-161-4/+7
* Added an initial version of the new animation test suite. (You should never s...John Resig2007-03-152-0/+304
* 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
* Fix for #907Jörn Zaefferer2007-02-051-2/+2
* Added test for #745Jörn Zaefferer2007-01-311-1/+1
* Updated testsuite: To prevent crashes in Safari, each test waits for 250 mill...Jörn Zaefferer2007-01-142-2/+16
* Fixed eval code (Thanks Fil)Jörn Zaefferer2007-01-101-1/+1
* Disable error reporting in PHP test filesJörn Zaefferer2007-01-102-0/+2
* Fixed test for object/param selection (thanks Andrea)Jörn Zaefferer2007-01-071-2/+2
* Updated test for #750Jörn Zaefferer2007-01-031-0/+5
* Add new test fileMike Alsup2007-01-011-0/+12
* Moved all the expressions tests over into selector area, out of the main suite.John Resig2006-12-311-0/+1
* Modified tests to show #746Jörn Zaefferer2006-12-312-1/+4
* Improved Mikes hack to ease testing against IE cacheJörn Zaefferer2006-12-312-1/+14
* Fix for #745Jörn Zaefferer2006-12-301-2/+2
* Implemented global ajax settings - no documentation yetJörn Zaefferer2006-12-221-2/+2
* 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
* Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with for...Jörn Zaefferer2006-12-051-1/+1
* Introduced before callback (#384) (updated test data)Jörn Zaefferer2006-12-041-0/+6
* Another attempt to fix the getScript problemJörn Zaefferer2006-11-212-2/+3
* Improved testsuite (pass/fail indicator already exists in markup)Jörn Zaefferer2006-11-203-5/+6
* Testsuite 2.0Jörn Zaefferer2006-11-183-54/+80
* Fixed an issue with getJSON (type was not correctly passed on when data was o...Jörn Zaefferer2006-11-171-2/+2
* Added visual pass/fail indicator (JUnit/Eclipse style)Jörn Zaefferer2006-11-152-5/+10
* Modified test for load(); added fix for trigger, where it modifies data passe...Jörn Zaefferer2006-11-092-1/+4
* Refactored ajax module: Dropped internal arguments from ajax(); Modified test...Jörn Zaefferer2006-11-032-4/+5
* Modified core and form test suites to use a single stylesheet; Modified form....Jörn Zaefferer2006-10-262-2/+12
* Fix and tests for appending HTML options to select elements.Brandon Aaron2006-10-171-1/+1
* Added tests for 193 and 170.Brandon Aaron2006-10-171-31/+32
* Added test for #174; Modified failing (IE) tests for findJörn Zaefferer2006-10-131-0/+24
* Fixed #216, added several tests for ajax module and fixed more stuff revealed...Jörn Zaefferer2006-10-131-0/+4
* Added 2 of 3 fixes of #164Jörn Zaefferer2006-10-111-6/+2
* Fixed bug in testsuite, tried to fix problem with :selected in Opera 8.54: It...Jörn Zaefferer2006-10-081-3/+4
* Changed readFile to java-based read function to handle \r\n, fixes docs and t...Jörn Zaefferer2006-10-081-1/+1
* I had to put the check for 'typeof console != "undefined"' back in, otherwise...Jörn Zaefferer2006-10-031-1/+1
* css('display') works slightly differently in Safari. Also, the test suite hav...John Resig2006-10-031-4/+4
* 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-306-5/+43
* 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-194-125/+173
* Refactored test suite once more, as proposed by JohnJörn Zaefferer2006-09-174-126/+138