aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tests
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-05-24 22:30:03 +0000
committerRichard Worth <rdworth@gmail.com>2008-05-24 22:30:03 +0000
commit363d702c774bafc739cf64e4a47526de28908cd4 (patch)
tree23c2741087b0c7d151cac4471f9be9ee15d2d6f4 /ui/tests
parente219f8cf8034fdbbe8081aeef56e08982f7dfd59 (diff)
downloadjquery-ui-363d702c774bafc739cf64e4a47526de28908cd4.tar.gz
jquery-ui-363d702c774bafc739cf64e4a47526de28908cd4.zip
Switched from jQuery 1.2.5 to 1.2.6
Diffstat (limited to 'ui/tests')
-rw-r--r--ui/tests/accordion.html2
-rw-r--r--ui/tests/all.html2
-rw-r--r--ui/tests/autodrag.html2
-rw-r--r--ui/tests/draggable.html2
-rw-r--r--ui/tests/resizable.html2
-rw-r--r--ui/tests/slider.html2
6 files changed, 6 insertions, 6 deletions
diff --git a/ui/tests/accordion.html b/ui/tests/accordion.html
index 184e9e892..f2792df81 100644
--- a/ui/tests/accordion.html
+++ b/ui/tests/accordion.html
@@ -4,7 +4,7 @@
<title>jQuery UI Accordion Test Suite</title>
<link rel="stylesheet" href="../../qunit/testsuite.css" type="text/css" media="screen">
- <script type="text/javascript" src="../../jquery/jquery-1.2.5.js"></script>
+ <script type="text/javascript" src="../../jquery/jquery-1.2.6.js"></script>
<script type="text/javascript" src="../source/ui.core.js"></script>
<script type="text/javascript" src="../source/ui.accordion.js"></script>
diff --git a/ui/tests/all.html b/ui/tests/all.html
index 8c41c4aa4..4ad64b998 100644
--- a/ui/tests/all.html
+++ b/ui/tests/all.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI All Tests</title>
<link rel="stylesheet" href="../../qunit/testsuite.css" type="text/css" media="screen">
- <script type="text/javascript" src="../../jquery/jquery-1.2.5.js"></script>
+ <script type="text/javascript" src="../../jquery/jquery-1.2.6.js"></script>
<script type="text/javascript" src="../source/ui.core.js"></script>
<script type="text/javascript" src="../source/ui.accordion.js"></script>
diff --git a/ui/tests/autodrag.html b/ui/tests/autodrag.html
index 73b92520f..05cbefd99 100644
--- a/ui/tests/autodrag.html
+++ b/ui/tests/autodrag.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Draggable - Automated Test Page</title>
- <script type="text/javascript" src="../../jquery/jquery-1.2.5.js"></script>
+ <script type="text/javascript" src="../../jquery/jquery-1.2.6.js"></script>
<script type="text/javascript" src="../../ui/source/ui.core.js"></script>
<script type="text/javascript" src="../../ui/source/ui.draggable.js"></script>
diff --git a/ui/tests/draggable.html b/ui/tests/draggable.html
index 629252358..6b2ab5d29 100644
--- a/ui/tests/draggable.html
+++ b/ui/tests/draggable.html
@@ -6,7 +6,7 @@
<title>Draggable Test Page</title>
<link rel="stylesheet" href="../../qunit/testsuite.css" type="text/css" media="screen">
-<script type="text/javascript" src="../../jquery/jquery-1.2.5.js"></script>
+<script type="text/javascript" src="../../jquery/jquery-1.2.6.js"></script>
<script type="text/javascript" src="../source/ui.core.js"></script>
<script type="text/javascript" src="../source/ui.draggable.js"></script>
diff --git a/ui/tests/resizable.html b/ui/tests/resizable.html
index 735c7a298..2a97bcb82 100644
--- a/ui/tests/resizable.html
+++ b/ui/tests/resizable.html
@@ -6,7 +6,7 @@
<title>Resizable Test Page</title>
<link rel="stylesheet" href="../../qunit/testsuite.css" type="text/css" media="screen">
-<script type="text/javascript" src="../../jquery/jquery-1.2.5.js"></script>
+<script type="text/javascript" src="../../jquery/jquery-1.2.6.js"></script>
<script type="text/javascript" src="../source/ui.core.js"></script>
<script type="text/javascript" src="../source/ui.resizable.js"></script>
diff --git a/ui/tests/slider.html b/ui/tests/slider.html
index 06faff73d..518a9bd98 100644
--- a/ui/tests/slider.html
+++ b/ui/tests/slider.html
@@ -6,7 +6,7 @@
<title>Slider Test Page</title>
<link rel="stylesheet" href="../../qunit/testsuite.css" type="text/css" media="screen">
-<script type="text/javascript" src="../../jquery/jquery-1.2.5.js"></script>
+<script type="text/javascript" src="../../jquery/jquery-1.2.6.js"></script>
<script type="text/javascript" src="../source/ui.core.js"></script>
<script type="text/javascript" src="../source/ui.slider.js"></script>