aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-22 09:13:28 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-22 09:13:28 +0000
commit19a1468fc3af67c0fb5eefb4aad460d439830808 (patch)
treef01e7bc708d070e061a63368f89ab12774e71286 /tests/unit
parent4176d55bfbf4dc4cb1d7704fc9d52c1fb345dfc0 (diff)
downloadjquery-ui-19a1468fc3af67c0fb5eefb4aad460d439830808.tar.gz
jquery-ui-19a1468fc3af67c0fb5eefb4aad460d439830808.zip
switched to jQuery 1.3.1
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/accordion/accordion.html2
-rw-r--r--tests/unit/all/all.html2
-rw-r--r--tests/unit/all/all_2.html2
-rw-r--r--tests/unit/core/core.html2
-rw-r--r--tests/unit/datepicker/datepicker.html2
-rw-r--r--tests/unit/dialog/dialog.html2
-rw-r--r--tests/unit/draggable/draggable.html2
-rw-r--r--tests/unit/droppable/droppable.html2
-rw-r--r--tests/unit/progressbar/progressbar.html2
-rw-r--r--tests/unit/resizable/resizable.html2
-rw-r--r--tests/unit/selectable/selectable.html2
-rw-r--r--tests/unit/slider/slider.html2
-rw-r--r--tests/unit/sortable/sortable.html2
-rw-r--r--tests/unit/tabs/tabs.html2
14 files changed, 14 insertions, 14 deletions
diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html
index b647df324..3900c072c 100644
--- a/tests/unit/accordion/accordion.html
+++ b/tests/unit/accordion/accordion.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Accordion Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.accordion.js"></script>
diff --git a/tests/unit/all/all.html b/tests/unit/all/all.html
index 140f00857..ccb3debf5 100644
--- a/tests/unit/all/all.html
+++ b/tests/unit/all/all.html
@@ -4,7 +4,7 @@
<title>jQuery UI All Tests</title>
<link rel="stylesheet" href="../testsuite.css" type="text/css">
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.accordion.js"></script>
<script type="text/javascript" src="../../../ui/ui.datepicker.js"></script>
diff --git a/tests/unit/all/all_2.html b/tests/unit/all/all_2.html
index 9040ca8e4..ae081d35f 100644
--- a/tests/unit/all/all_2.html
+++ b/tests/unit/all/all_2.html
@@ -4,7 +4,7 @@
<title>jQuery UI All Tests</title>
<link rel="stylesheet" href="../testsuite.css" type="text/css">
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript">
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html
index cf1037027..d3b35581a 100644
--- a/tests/unit/core/core.html
+++ b/tests/unit/core/core.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Core Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<link type="text/css" href="../testsuite.css" rel="stylesheet" />
diff --git a/tests/unit/datepicker/datepicker.html b/tests/unit/datepicker/datepicker.html
index 87bc7b1c3..4757362b2 100644
--- a/tests/unit/datepicker/datepicker.html
+++ b/tests/unit/datepicker/datepicker.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Datepicker Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.datepicker.js"></script>
<script type="text/javascript" src="../../../ui/i18n/ui.datepicker-fr.js"></script>
diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html
index 8ede97a0e..29d9c782b 100644
--- a/tests/unit/dialog/dialog.html
+++ b/tests/unit/dialog/dialog.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Dialog Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.dialog.js"></script>
<script type="text/javascript" src="../../../ui/ui.draggable.js"></script>
diff --git a/tests/unit/draggable/draggable.html b/tests/unit/draggable/draggable.html
index 6546b88b7..712396458 100644
--- a/tests/unit/draggable/draggable.html
+++ b/tests/unit/draggable/draggable.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.draggable.js"></script>
diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html
index f98e060ff..dbcb22a64 100644
--- a/tests/unit/droppable/droppable.html
+++ b/tests/unit/droppable/droppable.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Droppable Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.draggable.js"></script>
<script type="text/javascript" src="../../../ui/ui.droppable.js"></script>
diff --git a/tests/unit/progressbar/progressbar.html b/tests/unit/progressbar/progressbar.html
index d9d6c333e..614c4a0e9 100644
--- a/tests/unit/progressbar/progressbar.html
+++ b/tests/unit/progressbar/progressbar.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Progressbar Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.progressbar.js"></script>
diff --git a/tests/unit/resizable/resizable.html b/tests/unit/resizable/resizable.html
index 81b4fd614..037e7ee4f 100644
--- a/tests/unit/resizable/resizable.html
+++ b/tests/unit/resizable/resizable.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Resizable Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.resizable.js"></script>
diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html
index 6d2fd636b..81b7ed18f 100644
--- a/tests/unit/selectable/selectable.html
+++ b/tests/unit/selectable/selectable.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Selectable Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.selectable.js"></script>
diff --git a/tests/unit/slider/slider.html b/tests/unit/slider/slider.html
index ebd24de17..788f38007 100644
--- a/tests/unit/slider/slider.html
+++ b/tests/unit/slider/slider.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Slider Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.slider.js"></script>
diff --git a/tests/unit/sortable/sortable.html b/tests/unit/sortable/sortable.html
index ab440f547..c6a6a61b9 100644
--- a/tests/unit/sortable/sortable.html
+++ b/tests/unit/sortable/sortable.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Sortable Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.sortable.js"></script>
diff --git a/tests/unit/tabs/tabs.html b/tests/unit/tabs/tabs.html
index 939553429..be484b603 100644
--- a/tests/unit/tabs/tabs.html
+++ b/tests/unit/tabs/tabs.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Tabs Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.tabs.js"></script>