aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-18 11:31:01 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-18 11:31:01 -0400
commitc54986457279db18bce5ae3858142906f786855e (patch)
tree3599f367c69973d2ddf37dd0bc30511695dff343 /tests/unit
parentb52c4ece53a8c3cd12adfd988fac13e9db851e11 (diff)
downloadjquery-ui-c54986457279db18bce5ae3858142906f786855e.tar.gz
jquery-ui-c54986457279db18bce5ae3858142906f786855e.zip
Tests: Use versioned jQuery files in index files.
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/index.html b/tests/unit/index.html
index e2dd9069a..33a326370 100644
--- a/tests/unit/index.html
+++ b/tests/unit/index.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../themes/base/jquery.ui.core.css">
<link rel="stylesheet" href="../../themes/base/jquery.ui.theme.css">
<link rel="stylesheet" href="../index.css">
- <script src="../jquery.js"></script>
+ <script src="../jquery-1.7.2.js"></script>
<script src="../index.js"></script>
</head>
<body>