aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorRichard Gibson <richard.gibson@gmail.com>2012-01-12 12:39:08 -0500
committerDave Methvin <dave.methvin@gmail.com>2012-01-12 20:04:17 -0500
commit6c8dd7e7d3a00133591d4f9c05c207900234e11e (patch)
tree1cf4bd0ea58630baa0a4886f5e26443a33022dce /test/data
parentcc5e8e3866e5dac7eacda5927679573c8da79492 (diff)
downloadjquery-6c8dd7e7d3a00133591d4f9c05c207900234e11e.tar.gz
jquery-6c8dd7e7d3a00133591d4f9c05c207900234e11e.zip
Fix #10931: Make unit tests work without web access.
Applies https://github.com/gibson042/jquery/tree/10931 to dd900460ac6f77be71ceb878bc2cd1465397dc60
Diffstat (limited to 'test/data')
-rw-r--r--test/data/selector/sizzle_cache.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/selector/sizzle_cache.html b/test/data/selector/sizzle_cache.html
index 4ad178a82..6221263fa 100644
--- a/test/data/selector/sizzle_cache.html
+++ b/test/data/selector/sizzle_cache.html
@@ -4,9 +4,9 @@
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>jQuery selector - sizzle cache</title>
- <script src="http://code.jquery.com/jquery-git.js"></script>
+ <script src="../include_js.php"></script>
<script>
- var $git = jQuery.noConflict(true);
+ var $cached = jQuery.noConflict(true);
</script>
<script src="../include_js.php"></script>