aboutsummaryrefslogtreecommitdiffstats
path: root/build/runtest/test.js
Commit message (Collapse)AuthorAgeFilesLines
* Updated test.js for the runtest build target to reflect the path changes for ↵Paul Mclanahan2007-09-121-5/+5
| | | | the test scripts.
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. ↵John Resig2007-08-191-3/+3
| | | | | | | | | | In order to achieve this I had to fix a numbe r of bugs in the suite itself, along with other random bugs that popped up. The following bugs were resolved along the wa y: #1236 (.extend() keeps processing when it hits nulls), #1028 (.extend() now works recursively), #1080 ($.get no longer overwrites the data parameter), #1210 (Creating script and link tags now work), and #1463 (jQuery.global has been re-too led to no longer leak memory and slow things down).
* Added support for events, made window.location Async (and based upon XHR), ↵John Resig2007-07-091-14/+17
| | | | added trigger for window.onload.
* Got some XHR tests to run, still some hanging threads (need to investigate). ↵John Resig2007-07-091-0/+1
| | | | Started moving some Ajax tests away from using PHP (more portable this way). Fixed a number of XHR env bugs.
* Tweaked some of the tests, added in events and fx tests.John Resig2007-07-091-1/+6
|
* Automated test running using Rhino (no browser required!). Still very buggy, ↵John Resig2007-07-081-0/+12
but off to a good start.