Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved testsuite (pass/fail indicator already exists in markup) | Jörn Zaefferer | 2006-11-20 | 3 | -5/+6 | |
| | ||||||
* | Testsuite 2.0 | Jörn Zaefferer | 2006-11-18 | 3 | -54/+80 | |
| | ||||||
* | Fixed an issue with getJSON (type was not correctly passed on when data was ↵ | Jörn Zaefferer | 2006-11-17 | 1 | -2/+2 | |
| | | | | ommited); Added more options to $.ajax to provide more flexibility (bug #371) | |||||
* | Added visual pass/fail indicator (JUnit/Eclipse style) | Jörn Zaefferer | 2006-11-15 | 2 | -5/+10 | |
| | ||||||
* | Modified test for load(); added fix for trigger, where it modifies data ↵ | Jörn Zaefferer | 2006-11-09 | 2 | -1/+4 | |
| | | | | passed to it, which causes ugly side-effects | |||||
* | Refactored ajax module: Dropped internal arguments from ajax(); Modified ↵ | Jörn Zaefferer | 2006-11-03 | 2 | -4/+5 | |
| | | | | testsuite to improve display | |||||
* | Modified core and form test suites to use a single stylesheet; Modified ↵ | Jörn Zaefferer | 2006-10-26 | 2 | -2/+12 | |
| | | | | form.js to use :submit instead of [@type=submit] and :image... | |||||
* | Fix and tests for appending HTML options to select elements. | Brandon Aaron | 2006-10-17 | 1 | -1/+1 | |
| | | | | Fixed previous tests for 193 and 170. | |||||
* | Added tests for 193 and 170. | Brandon Aaron | 2006-10-17 | 1 | -31/+32 | |
| | | | | Removed unused line of code from fx. | |||||
* | Added test for #174; Modified failing (IE) tests for find | Jörn Zaefferer | 2006-10-13 | 1 | -0/+24 | |
| | ||||||
* | Fixed #216, added several tests for ajax module and fixed more stuff ↵ | Jörn Zaefferer | 2006-10-13 | 1 | -0/+4 | |
| | | | | revealed by those; Reverted Johns change for each (changeset 433), caused way too much trouble | |||||
* | Added 2 of 3 fixes of #164 | Jörn Zaefferer | 2006-10-11 | 1 | -6/+2 | |
| | ||||||
* | Fixed bug in testsuite, tried to fix problem with :selected in Opera 8.54: ↵ | Jörn Zaefferer | 2006-10-08 | 1 | -3/+4 | |
| | | | | It does not work the default selections | |||||
* | Changed readFile to java-based read function to handle \r\n, fixes docs and ↵ | Jörn Zaefferer | 2006-10-08 | 1 | -1/+1 | |
| | | | | test, lite still broken | |||||
* | I had to put the check for 'typeof console != "undefined"' back in, ↵ | Jörn Zaefferer | 2006-10-03 | 1 | -1/+1 | |
| | | | | otherwise IE complains about console not being defined. | |||||
* | css('display') works slightly differently in Safari. Also, the test suite ↵ | John Resig | 2006-10-03 | 1 | -4/+4 | |
| | | | | having <input checked/> doesn't work in Safari, at all. Fixed to be standards compliant. | |||||
* | Fixed minor bug with Safari and the test suite. | John Resig | 2006-10-03 | 1 | -1/+1 | |
| | ||||||
* | Refactored and fixed test suite to run async tests | Jörn Zaefferer | 2006-09-30 | 6 | -5/+43 | |
| | ||||||
* | Clear timeout (prevents freezing of test suite when async tests fail) when ↵ | Jörn Zaefferer | 2006-09-19 | 1 | -1/+4 | |
| | | | | start is called | |||||
* | Refactored test suite to allow async tests (use stop() before starting an ↵ | Jörn Zaefferer | 2006-09-19 | 4 | -125/+173 | |
| | | | | async request, use start() when finished), added test for bug #164 | |||||
* | Refactored test suite once more, as proposed by John | Jörn Zaefferer | 2006-09-17 | 4 | -126/+138 | |
| | ||||||
* | Added test for bug #190 | Jörn Zaefferer | 2006-09-16 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #194, added regression tests | Jörn Zaefferer | 2006-09-16 | 1 | -1/+1 | |
| | ||||||
* | Refactored test suite: All tests are now compiled into one file, runs much ↵ | Jörn Zaefferer | 2006-09-16 | 3 | -134/+104 | |
| | | | | 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 | |||||
* | Added test to verify bug #160, had to modify fixture (index.html) | Jörn Zaefferer | 2006-09-09 | 1 | -3/+3 | |
| | ||||||
* | Added more test for attr, one for filter; Added test to check IE issue ↵ | Jörn Zaefferer | 2006-09-08 | 1 | -0/+2 | |
| | | | | $('input').attr('name', 'something'), modified fixture to test this | |||||
* | Fixed missing brackets (d'oh) | Jörn Zaefferer | 2006-09-05 | 1 | -1/+2 | |
| | ||||||
* | Refactored the testsuite code with the hope in mind to make the test suite ↵ | Jörn Zaefferer | 2006-09-05 | 1 | -112/+96 | |
| | | | | run faster | |||||
* | Modified example for css(String) as proposed in the list (concerning ↵ | Jörn Zaefferer | 2006-09-05 | 1 | -12/+9 | |
| | | | | camlCase for dashed properties like font-weight); Modified test to cache test fixture instead of reloading it, should make the test suite run faster | |||||
* | Testcase now logs exceptions if a console is avaiable, makes it easier to ↵ | Jörn Zaefferer | 2006-09-05 | 1 | -0/+2 | |
| | | | | find bugs; Added test for all base events | |||||
* | Improved test suite to reset fixture after each test, added selects to test ↵ | Jörn Zaefferer | 2006-09-04 | 3 | -59/+120 | |
| | | | | ':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 Resig | 2006-08-25 | 2 | -10/+10 | |
| | ||||||
* | Added additional changes to the test suite. | John Resig | 2006-08-14 | 8 | -455/+38 | |
| | ||||||
* | Massive overhauls to the test suite - it is now generated dynamically, along ↵ | John Resig | 2006-08-14 | 2 | -15/+164 | |
| | | | | with the documentation. | |||||
* | Moved the test directory. | John Resig | 2006-08-13 | 8 | -0/+476 | |