diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-06-20 13:08:16 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-06-20 13:08:16 +0000 |
commit | 3057d49b68d2d9750e694ca9711ea808f86d4618 (patch) | |
tree | 1beb5fd447438f275982722bd9e1ba587b46686c | |
parent | 940259ac358b8b9f895c390b9d09fca6550f8fd2 (diff) | |
download | jquery-ui-3057d49b68d2d9750e694ca9711ea808f86d4618.tar.gz jquery-ui-3057d49b68d2d9750e694ca9711ea808f86d4618.zip |
Tests: Fixed includes of cookie and simulate plugins.
-rw-r--r-- | tests/unit/all/all.html | 2 | ||||
-rw-r--r-- | tests/unit/index.html | 4 | ||||
-rw-r--r-- | tests/unit/tabs/tabs.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/all/all.html b/tests/unit/all/all.html index 577332c94..d29a887cd 100644 --- a/tests/unit/all/all.html +++ b/tests/unit/all/all.html @@ -20,7 +20,7 @@ <script type="text/javascript" src="../../../external/testrunner-r6343.js"></script> <script type="text/javascript" src="../../../external/jquery.simulate-r6163.js"></script> - <script type="text/javascript" src="../../../external/cookie/jquery.cookie.js"></script> + <script type="text/javascript" src="../../../external/jquery.cookie-r6165.js"></script> <script type="text/javascript" src="../core/core.js"></script> <script type="text/javascript" src="../core/selector.js"></script> diff --git a/tests/unit/index.html b/tests/unit/index.html index f00666530..a582beb1f 100644 --- a/tests/unit/index.html +++ b/tests/unit/index.html @@ -20,8 +20,8 @@ <script type="text/javascript" src="../../ui/ui.sortable.js"></script> <script type="text/javascript" src="../../ui/ui.tabs.js"></script> - <script type="text/javascript" src="../../external/simulate/jquery.simulate.js"></script> - <script type="text/javascript" src="../../external/cookie/jquery.cookie.js"></script> + <script type="text/javascript" src="../../external/jquery.simulate-r6163.js"></script> + <script type="text/javascript" src="../../external/jquery.cookie-r6165.js"></script> </head> <body> diff --git a/tests/unit/tabs/tabs.html b/tests/unit/tabs/tabs.html index 1958e3fff..a7f7a0196 100644 --- a/tests/unit/tabs/tabs.html +++ b/tests/unit/tabs/tabs.html @@ -11,7 +11,7 @@ <script type="text/javascript" src="../testsuite.js"></script> <script type="text/javascript" src="../../../external/testrunner-r6343.js"></script> <script type="text/javascript" src="../../../external/jquery.simulate-r6163.js"></script> - <script type="text/javascript" src="../../../external/cookie/jquery.cookie.js"></script> + <script type="text/javascript" src="../../../external/jquery.cookie-r6165.js"></script> <script type="text/javascript" src="tabs_core.js"></script> <script type="text/javascript" src="tabs_defaults.js"></script> |