Moved the tests into jQuery proper.
authorJohn Resig <jeresig@gmail.com>
Sun, 13 Aug 2006 15:24:52 +0000 (15:24 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 13 Aug 2006 15:24:52 +0000 (15:24 +0000)
commite7a29e42391160949dc35c1af4b0d24ee1c8ad8f
tree83a27a593ab2a2f4c92f0951651141d2c9b1f55c
parent139a9cd7d495922b0f6e8f79d5fb3239db59b5ba
Moved the tests into jQuery proper.
17 files changed:
test/index.html [new file with mode: 0644]
test/lib/Test/Builder.js [new file with mode: 0644]
test/lib/Test/Harness.js [new file with mode: 0644]
test/lib/Test/Harness/Browser.js [new file with mode: 0644]
test/lib/Test/Harness/Director.js [new file with mode: 0755]
test/lib/Test/More.js [new file with mode: 0644]
test/lib/Test/Simple.js [new file with mode: 0644]
test/lib/Test/tmp.js [new file with mode: 0644]
test/lib/Test/tmp2.js [new file with mode: 0644]
test/lib/test.js [new file with mode: 0644]
test/tests/basic.html [new file with mode: 0644]
test/tests/css1.html [new file with mode: 0644]
test/tests/css2.html [new file with mode: 0644]
test/tests/css3.html [new file with mode: 0644]
test/tests/custom.html [new file with mode: 0644]
test/tests/prereq.html [new file with mode: 0644]
test/tests/xpath.html [new file with mode: 0644]