r2822 - Tests: Fixed includes of cookie and simulate plugins.

r2822 - Tests: Fixed includes of cookie and simulate plugins.


Author: scott.gonzalez
Date: Sat Jun 20 06:08:16 2009
New Revision: 2822
Modified:
trunk/tests/unit/all/all.html
trunk/tests/unit/index.html
trunk/tests/unit/tabs/tabs.html
Log:
Tests: Fixed includes of cookie and simulate plugins.
Modified: trunk/tests/unit/all/all.html
==============================================================================
--- trunk/tests/unit/all/all.html    (original)
+++ trunk/tests/unit/all/all.html    Sat Jun 20 06:08:16 2009
@@ -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>
Modified: trunk/tests/unit/index.html
==============================================================================
--- trunk/tests/unit/index.html    (original)
+++ trunk/tests/unit/index.html    Sat Jun 20 06:08:16 2009
@@ -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>
Modified: trunk/tests/unit/tabs/tabs.html
==============================================================================
--- trunk/tests/unit/tabs/tabs.html    (original)
+++ trunk/tests/unit/tabs/tabs.html    Sat Jun 20 06:08:16 2009
@@ -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>