aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/test.js
Commit message (Collapse)AuthorAgeFilesLines
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-41/+0
|
* Changed readFile to java-based read function to handle \r\n, fixes docs and ↵Jörn Zaefferer2006-10-081-1/+1
| | | | test, lite still broken
* Refactored and fixed test suite to run async testsJörn Zaefferer2006-09-301-1/+6
|
* Refactored test suite once more, as proposed by JohnJörn Zaefferer2006-09-171-2/+7
|
* Refactored test suite: All tests are now compiled into one file, runs much ↵Jörn Zaefferer2006-09-161-28/+20
| | | | faster and does not require ugly synchronization; Changed build.xml (tested) and Makefile (not tested!); Replaced calls to cmpOK() with ok(), removed cmpOK(); Tests can now call reset() to be able to always test against the unmodified test setup
* Improved test suite to reset fixture after each test, added selects to test ↵Jörn Zaefferer2006-09-041-5/+6
| | | | ':selected'; Added docs for index(obj); Modified is(expr) to return false for an invalid expression, changed docs, too; Added lots of testcases; Changed filename of testfiles: adding leading zeros
* Fixed some bugs with the test suite and fixed a bug with setting attributes.John Resig2006-08-251-9/+9
|
* Added additional changes to the test suite.John Resig2006-08-141-0/+38