aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2011-02-10 16:19:35 -0500
committerJohn Resig <jeresig@gmail.com>2011-02-10 16:19:35 -0500
commit3f036281dd52b27ae34be927162df8d078665202 (patch)
tree7c3dca89166fa54102f723edfab1783fed1c13a3 /test/index.html
parentf56b4a22a6cf37b3764939b0338bb545fa6b445f (diff)
downloadjquery-3f036281dd52b27ae34be927162df8d078665202.tar.gz
jquery-3f036281dd52b27ae34be927162df8d078665202.zip
No need to duplicate Sizzle tests, just run them directly from Sizzle.
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html
index fc5f667d2..d62131530 100644
--- a/test/index.html
+++ b/test/index.html
@@ -35,7 +35,7 @@
<script src="unit/queue.js"></script>
<script src="unit/attributes.js"></script>
<script src="unit/event.js"></script>
- <script src="unit/selector.js"></script>
+ <script src="../src/sizzle/test/unit/selector.js"></script>
<script src="unit/traversing.js"></script>
<script src="unit/manipulation.js"></script>
<script src="unit/css.js"></script>