aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-07-28 07:34:31 -0400
committerScott González <scott.gonzalez@gmail.com>2011-07-28 07:34:31 -0400
commitd92b61e865df5d21360ff26a34ddf793f116393c (patch)
tree4a37320d71b6cc767931c1771f04686bbe73b725 /tests/unit/dialog
parent0ba493d3b4f9d6da35cadc499e9f7ebb6adb31b3 (diff)
downloadjquery-ui-d92b61e865df5d21360ff26a34ddf793f116393c.tar.gz
jquery-ui-d92b61e865df5d21360ff26a34ddf793f116393c.zip
Tests: Added ability to run tests suites against different versions of jQuery core.
Diffstat (limited to 'tests/unit/dialog')
-rw-r--r--tests/unit/dialog/dialog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html
index fa78368ef..1840e2c4a 100644
--- a/tests/unit/dialog/dialog.html
+++ b/tests/unit/dialog/dialog.html
@@ -6,7 +6,7 @@
<link type="text/css" href="../../../themes/base/jquery.ui.dialog.css" rel="stylesheet" />
- <script type="text/javascript" src="../../../jquery-1.6.2.js"></script>
+ <script src="../../jquery.js"></script>
<script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>