aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/index.html
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2006-12-31 18:09:05 +0000
committerJohn Resig <jeresig@gmail.com>2006-12-31 18:09:05 +0000
commit61504d516abcc7bae036056853f21601ad310826 (patch)
treeb863a9521b3b82a6938b5ae43b9553d301ca5aaf /build/test/index.html
parent8cbb4a0ae6c5f638922c77dcd63060c932fe6806 (diff)
downloadjquery-61504d516abcc7bae036056853f21601ad310826.tar.gz
jquery-61504d516abcc7bae036056853f21601ad310826.zip
Moved all the expressions tests over into selector area, out of the main suite.
Diffstat (limited to 'build/test/index.html')
-rw-r--r--build/test/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/test/index.html b/build/test/index.html
index 22f7df1f2..8037c3936 100644
--- a/build/test/index.html
+++ b/build/test/index.html
@@ -5,6 +5,7 @@
<script type="text/javascript" src="../dist/jquery.js"></script>
<script type="text/javascript" src="data/testrunner.js"></script>
<script type="text/javascript" src="../src/jquery/coreTest.js"></script>
+ <script type="text/javascript" src="../src/selector/selectorTest.js"></script>
<script type="text/javascript" src="../src/event/eventTest.js"></script>
<script type="text/javascript" src="../src/ajax/ajaxTest.js"></script>
<script type="text/javascript" src="../src/fx/fxTest.js"></script>