diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-07-28 07:34:31 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-07-28 07:34:31 -0400 |
commit | d92b61e865df5d21360ff26a34ddf793f116393c (patch) | |
tree | 4a37320d71b6cc767931c1771f04686bbe73b725 /tests/unit/dialog | |
parent | 0ba493d3b4f9d6da35cadc499e9f7ebb6adb31b3 (diff) | |
download | jquery-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.html | 2 |
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> |