git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c5f091
)
Updated test.js for the runtest build target to reflect the path changes for the...
author
Paul Mclanahan
<pmclanahan@gmail.com>
Wed, 12 Sep 2007 15:45:05 +0000
(15:45 +0000)
committer
Paul Mclanahan
<pmclanahan@gmail.com>
Wed, 12 Sep 2007 15:45:05 +0000
(15:45 +0000)
build/runtest/test.js
patch
|
blob
|
history
diff --git
a/build/runtest/test.js
b/build/runtest/test.js
index
5599b8d
..
a972162
100644
(file)
--- a/
build/runtest/test.js
+++ b/
build/runtest/test.js
@@
-9,11
+9,11
@@
window.onload = function(){
// Load the tests
load(
- "src/jquery/coreTest.js",
- "src/selector/selectorTest.js",
- "src/event/eventTest.js"
- //"src/fx/fxTest.js",
- //"src/ajax/ajaxTest.js"
+ "test/unit/core.js",
+ "test/unit/selector.js",
+ "test/unit/event.js"
+ //"test/unit/fx.js",
+ //"test/unit/ajax.js"
);
// Display the results