I had to put the check for 'typeof console != "undefined"' back in, otherwise IE...
[jquery.git] / build / test /
2006-10-03 Jörn ZaeffererI had to put the check for 'typeof console != "undefine...
2006-10-03 John Resigcss('display') works slightly differently in Safari...
2006-10-03 John ResigFixed minor bug with Safari and the test suite.
2006-09-30 Jörn ZaeffererRefactored and fixed test suite to run async tests
2006-09-19 Jörn ZaeffererClear timeout (prevents freezing of test suite when...
2006-09-19 Jörn ZaeffererRefactored test suite to allow async tests (use stop...
2006-09-17 Jörn ZaeffererRefactored test suite once more, as proposed by John
2006-09-16 Jörn ZaeffererAdded test for bug #190
2006-09-16 Jörn ZaeffererFixed bug #194, added regression tests
2006-09-16 Jörn ZaeffererRefactored test suite: All tests are now compiled into...
2006-09-09 Jörn ZaeffererAdded test to verify bug #160, had to modify fixture...
2006-09-08 Jörn ZaeffererAdded more test for attr, one for filter; Added test...
2006-09-05 Jörn ZaeffererFixed missing brackets (d'oh)
2006-09-05 Jörn ZaeffererRefactored the testsuite code with the hope in mind...
2006-09-05 Jörn ZaeffererModified example for css(String) as proposed in the...
2006-09-05 Jörn ZaeffererTestcase now logs exceptions if a console is avaiable...
2006-09-04 Jörn ZaeffererImproved test suite to reset fixture after each test...
2006-08-25 John ResigFixed some bugs with the test suite and fixed a bug...
2006-08-14 John ResigAdded additional changes to the test suite.
2006-08-14 John ResigMassive overhauls to the test suite - it is now generat...
2006-08-13 John ResigMoved the test directory.