aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-01-27 12:29:43 +0000
committerRichard Worth <rdworth@gmail.com>2010-01-27 12:29:43 +0000
commit79bd9550546368dafe30af5ee068c78660e32921 (patch)
tree1dc0c7a7cf3156e569bd9a56054f55b5e01795f6 /tests/unit
parent3eaf9daacaefa5f9f3ac469e4136c9f12cad5b9e (diff)
downloadjquery-ui-79bd9550546368dafe30af5ee068c78660e32921.tar.gz
jquery-ui-79bd9550546368dafe30af5ee068c78660e32921.zip
switched to jQuery 1.4.1
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/accordion/accordion.html2
-rw-r--r--tests/unit/all.html2
-rw-r--r--tests/unit/all_2.html2
-rw-r--r--tests/unit/autocomplete/autocomplete.html2
-rw-r--r--tests/unit/button/button.html2
-rw-r--r--tests/unit/core/core.html2
-rw-r--r--tests/unit/datepicker/datepicker.html2
-rw-r--r--tests/unit/defaults.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/index.html2
-rw-r--r--tests/unit/position/position.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
-rw-r--r--tests/unit/widget/widget.html2
20 files changed, 20 insertions, 20 deletions
diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html
index 45b36818b..4284d07c4 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.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.accordion.js"></script>
diff --git a/tests/unit/all.html b/tests/unit/all.html
index 0a1a907fc..9c9112667 100644
--- a/tests/unit/all.html
+++ b/tests/unit/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.4.js"></script>
+ <script type="text/javascript" src="../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script>
diff --git a/tests/unit/all_2.html b/tests/unit/all_2.html
index 6c1d39a34..27edff688 100644
--- a/tests/unit/all_2.html
+++ b/tests/unit/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.4.js"></script>
+ <script type="text/javascript" src="../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script>
diff --git a/tests/unit/autocomplete/autocomplete.html b/tests/unit/autocomplete/autocomplete.html
index 36f539717..fee2e0971 100644
--- a/tests/unit/autocomplete/autocomplete.html
+++ b/tests/unit/autocomplete/autocomplete.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Autocomplete Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.position.js"></script>
diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html
index 4681c062f..655f87e9e 100644
--- a/tests/unit/button/button.html
+++ b/tests/unit/button/button.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Button Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.button.js"></script>
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html
index cf80b7ff5..0b2235a99 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.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
diff --git a/tests/unit/datepicker/datepicker.html b/tests/unit/datepicker/datepicker.html
index f154f56a2..585923785 100644
--- a/tests/unit/datepicker/datepicker.html
+++ b/tests/unit/datepicker/datepicker.html
@@ -5,7 +5,7 @@
<link type="text/css" href="../../../themes/base/ui.base.css" rel="stylesheet" />
- <script type="text/javascript" src="../../../jquery-1.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.datepicker.js"></script>
diff --git a/tests/unit/defaults.html b/tests/unit/defaults.html
index 2b9d747b4..c4dd26331 100644
--- a/tests/unit/defaults.html
+++ b/tests/unit/defaults.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Defaults</title>
- <script type="text/javascript" src="../../jquery-1.4.js"></script>
+ <script type="text/javascript" src="../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.draggable.js"></script>
diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html
index 6cec990b9..ff1a4a093 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.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
diff --git a/tests/unit/draggable/draggable.html b/tests/unit/draggable/draggable.html
index 078fcb22d..24b1d7a53 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.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html
index e1b2848b1..799eda595 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.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
diff --git a/tests/unit/index.html b/tests/unit/index.html
index 445279ccf..0915ba8f0 100644
--- a/tests/unit/index.html
+++ b/tests/unit/index.html
@@ -6,7 +6,7 @@
<link type="text/css" href="../../themes/base/ui.base.css" rel="stylesheet" />
<link type="text/css" href="testsuite.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.4.js"></script>
+ <script type="text/javascript" src="../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script>
diff --git a/tests/unit/position/position.html b/tests/unit/position/position.html
index e19707d71..e592f0470 100644
--- a/tests/unit/position/position.html
+++ b/tests/unit/position/position.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Position Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.position.js"></script>
<link type="text/css" href="../testsuite.css" rel="stylesheet" />
diff --git a/tests/unit/progressbar/progressbar.html b/tests/unit/progressbar/progressbar.html
index 1d6fb5177..8dee58558 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.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.progressbar.js"></script>
diff --git a/tests/unit/resizable/resizable.html b/tests/unit/resizable/resizable.html
index bafbb90c2..c3c7ed3a0 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.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html
index 2fe8be6f4..bbadab776 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.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
diff --git a/tests/unit/slider/slider.html b/tests/unit/slider/slider.html
index 6c6eb7b7b..114354309 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.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
diff --git a/tests/unit/sortable/sortable.html b/tests/unit/sortable/sortable.html
index b4129ddfc..f7bce6ee3 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.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
diff --git a/tests/unit/tabs/tabs.html b/tests/unit/tabs/tabs.html
index 16c8f8f37..3410efd44 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.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.tabs.js"></script>
diff --git a/tests/unit/widget/widget.html b/tests/unit/widget/widget.html
index 7b9e4092d..4cdef2d5d 100644
--- a/tests/unit/widget/widget.html
+++ b/tests/unit/widget/widget.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Widget Test Suite</title>
- <script type="text/javascript" src="../../../jquery-1.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>