diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-20 11:40:25 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-20 11:40:25 +0000 |
commit | 352b081a3944b7f8dd523ebe302ed38da7093efa (patch) | |
tree | 9af739d184cd3316684a781b45260b5bfe7d9cef /tests/unit | |
parent | 1ca5ae160ca1243ba6232abba8f52e09dd7172f6 (diff) | |
download | jquery-ui-352b081a3944b7f8dd523ebe302ed38da7093efa.tar.gz jquery-ui-352b081a3944b7f8dd523ebe302ed38da7093efa.zip |
Switched to jQuery 1.3.2
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/defaults.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/index.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 |
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html index f0a3772af..92e9bb17d 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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 905bec178..e5657d199 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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 ae081d35f..6817f407b 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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 d3b35581a..c96df44e7 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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 d8bfa5eba..c12a54213 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.3.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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/defaults.html b/tests/unit/defaults.html index 4e9c7397b..94ebea200 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.3.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.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/dialog/dialog.html b/tests/unit/dialog/dialog.html index ee4183db3..0a984e8ed 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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 2fd541b39..900bc8e5c 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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 2534f9dd4..deeb762d6 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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/index.html b/tests/unit/index.html index 16b10fc65..f00666530 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.3.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.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/progressbar/progressbar.html b/tests/unit/progressbar/progressbar.html index b12ba3f47..7fcb79dd9 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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 b63495f9a..41ba391f7 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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 34ce4d735..cea5c0adb 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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 dad460a03..e55df12d6 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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 242ddb7f6..a6578757b 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.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 69cd8f481..602b127b6 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.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> <script type="text/javascript" src="../../../ui/ui.core.js"></script> <script type="text/javascript" src="../../../ui/ui.tabs.js"></script> |