diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-08 05:44:34 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-08 05:44:34 +0000 |
commit | 9c3105200ebda034e7a3fa74b9ac4f71e217c9af (patch) | |
tree | 61eca278d2b1b42fd15e4e606ae52ef3e4f56b21 /tests/unit | |
parent | c3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1 (diff) | |
download | jquery-ui-9c3105200ebda034e7a3fa74b9ac4f71e217c9af.tar.gz jquery-ui-9c3105200ebda034e7a3fa74b9ac4f71e217c9af.zip |
reverted r1544 (it was temporary)
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/accordion/accordion.html | 2 | ||||
-rw-r--r-- | tests/unit/all/all.html | 2 | ||||
-rw-r--r-- | tests/unit/all/all_2.html | 2 | ||||
-rw-r--r-- | tests/unit/core/core.html | 2 | ||||
-rw-r--r-- | tests/unit/datepicker/datepicker.html | 2 | ||||
-rw-r--r-- | tests/unit/dialog/dialog.html | 2 | ||||
-rw-r--r-- | tests/unit/draggable/draggable.html | 2 | ||||
-rw-r--r-- | tests/unit/droppable/droppable.html | 2 | ||||
-rw-r--r-- | tests/unit/progressbar/progressbar.html | 2 | ||||
-rw-r--r-- | tests/unit/resizable/resizable.html | 2 | ||||
-rw-r--r-- | tests/unit/selectable/selectable.html | 2 | ||||
-rw-r--r-- | tests/unit/slider/slider.html | 2 | ||||
-rw-r--r-- | tests/unit/sortable/sortable.html | 2 | ||||
-rw-r--r-- | tests/unit/tabs/tabs.html | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html index 0e3bab42d..51553d330 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.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 6da8e0e7a..358cc3e52 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.2.6.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3pre.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 9e741190a..0645acb83 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.2.6.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3pre.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 8d5337908..c8d88c88a 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.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 fa3785fc1..a17b08e90 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.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 db0c85488..184430ec7 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.2.6.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3pre.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 a9d01acfb..2d129c9d6 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.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 88a2ac31a..3881adf1d 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.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 6d1d0870a..c6d9becfb 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.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 b9d80a8f8..5d2889884 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.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 ec13db5d5..e35d28ad1 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.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 56ab69ec0..c4a30168a 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.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 e1e43af63..5c45144bc 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.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 4c56439c1..57ddb6680 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.js"></script> <script type="text/javascript" src="../../../ui/ui.core.js"></script> <script type="text/javascript" src="../../../ui/ui.tabs.js"></script> |