Got some XHR tests to run, still some hanging threads (need to investigate). Started...
[jquery.git] / build / runtest / test.js
1 // Init
2 load("build/runtest/env.js");
3 window.location = "test/index.html";
4
5 // Load the test runner
6 load("dist/jquery.js","build/runtest/testrunner.js");
7
8 // Load the tests
9 load(
10         "src/jquery/coreTest.js",
11         "src/selector/selectorTest.js",
12         "src/event/eventTest.js",
13         "src/fx/fxTest.js"
14         //"src/ajax/ajaxTest.js"
15 );
16
17 // Display the results
18 results();