diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2014-08-22 17:01:50 -0400 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2014-08-22 17:01:50 -0400 |
commit | aa425ab95d6be06337ccb435c1405f6ac38ba8b9 (patch) | |
tree | 052c6c49bde3b5d17479fbae726fbed5cdd9bdd4 /tests/unit | |
parent | 849c6fd5376e12c6093c557bd4836ef0b145f145 (diff) | |
download | jquery-ui-aa425ab95d6be06337ccb435c1405f6ac38ba8b9.tar.gz jquery-ui-aa425ab95d6be06337ccb435c1405f6ac38ba8b9.zip |
Build: Pull in jquery.simulate.js from Bower
Fixes #10563
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/accordion/accordion.html | 2 | ||||
-rw-r--r-- | tests/unit/autocomplete/autocomplete.html | 2 | ||||
-rw-r--r-- | tests/unit/button/button.html | 2 | ||||
-rw-r--r-- | tests/unit/core/core.html | 2 | ||||
-rw-r--r-- | tests/unit/core/core_deprecated.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/effects/effects.html | 2 | ||||
-rw-r--r-- | tests/unit/menu/menu.html | 2 | ||||
-rw-r--r-- | tests/unit/position/position.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/selectmenu/selectmenu.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/spinner/spinner.html | 2 | ||||
-rw-r--r-- | tests/unit/tabs/tabs.html | 2 | ||||
-rw-r--r-- | tests/unit/tooltip/tooltip.html | 2 | ||||
-rw-r--r-- | tests/unit/widget/widget.html | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html index c16b3e6ea..5a76ba566 100644 --- a/tests/unit/accordion/accordion.html +++ b/tests/unit/accordion/accordion.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/autocomplete/autocomplete.html b/tests/unit/autocomplete/autocomplete.html index 6c29c5d49..e7ce6f6d5 100644 --- a/tests/unit/autocomplete/autocomplete.html +++ b/tests/unit/autocomplete/autocomplete.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html index ac16532cd..abda5c987 100644 --- a/tests/unit/button/button.html +++ b/tests/unit/button/button.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html index 6490a4ae8..2b66a9f32 100644 --- a/tests/unit/core/core.html +++ b/tests/unit/core/core.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/core/core_deprecated.html b/tests/unit/core/core_deprecated.html index e6f2bbb06..65b142a5a 100644 --- a/tests/unit/core/core_deprecated.html +++ b/tests/unit/core/core_deprecated.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/datepicker/datepicker.html b/tests/unit/datepicker/datepicker.html index 4d2b3fd5b..136bd2f6b 100644 --- a/tests/unit/datepicker/datepicker.html +++ b/tests/unit/datepicker/datepicker.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html index 49d15266a..936316a36 100644 --- a/tests/unit/dialog/dialog.html +++ b/tests/unit/dialog/dialog.html @@ -10,7 +10,7 @@ </script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/draggable/draggable.html b/tests/unit/draggable/draggable.html index 50e612206..8a19fc046 100644 --- a/tests/unit/draggable/draggable.html +++ b/tests/unit/draggable/draggable.html @@ -49,7 +49,7 @@ </style> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html index 8e4ee6f4c..03ff888e8 100644 --- a/tests/unit/droppable/droppable.html +++ b/tests/unit/droppable/droppable.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/effects/effects.html b/tests/unit/effects/effects.html index d0190b9a5..d6cfdb797 100644 --- a/tests/unit/effects/effects.html +++ b/tests/unit/effects/effects.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/menu/menu.html b/tests/unit/menu/menu.html index 8e0ae6112..05fdcee11 100644 --- a/tests/unit/menu/menu.html +++ b/tests/unit/menu/menu.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/position/position.html b/tests/unit/position/position.html index 81f67bc8e..0cad7d322 100644 --- a/tests/unit/position/position.html +++ b/tests/unit/position/position.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/progressbar/progressbar.html b/tests/unit/progressbar/progressbar.html index 280a77f3d..56a02bcd4 100644 --- a/tests/unit/progressbar/progressbar.html +++ b/tests/unit/progressbar/progressbar.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/resizable/resizable.html b/tests/unit/resizable/resizable.html index df7ad2193..5668c909a 100644 --- a/tests/unit/resizable/resizable.html +++ b/tests/unit/resizable/resizable.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html index 7e56718d5..cc4edf909 100644 --- a/tests/unit/selectable/selectable.html +++ b/tests/unit/selectable/selectable.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/selectmenu/selectmenu.html b/tests/unit/selectmenu/selectmenu.html index 9be5d7195..618eea3d0 100644 --- a/tests/unit/selectmenu/selectmenu.html +++ b/tests/unit/selectmenu/selectmenu.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/slider/slider.html b/tests/unit/slider/slider.html index 70658674b..0142b5e6b 100644 --- a/tests/unit/slider/slider.html +++ b/tests/unit/slider/slider.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/sortable/sortable.html b/tests/unit/sortable/sortable.html index 8fe07ede1..d84a8c1e9 100644 --- a/tests/unit/sortable/sortable.html +++ b/tests/unit/sortable/sortable.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/spinner/spinner.html b/tests/unit/spinner/spinner.html index dff2a36cd..58988d742 100644 --- a/tests/unit/spinner/spinner.html +++ b/tests/unit/spinner/spinner.html @@ -9,7 +9,7 @@ <script src="../../../external/globalize/globalize.culture.ja-JP.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/tabs/tabs.html b/tests/unit/tabs/tabs.html index 06fd36f87..778639eb3 100644 --- a/tests/unit/tabs/tabs.html +++ b/tests/unit/tabs/tabs.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/tooltip/tooltip.html b/tests/unit/tooltip/tooltip.html index 3e13977fd..18bd88c2c 100644 --- a/tests/unit/tooltip/tooltip.html +++ b/tests/unit/tooltip/tooltip.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ diff --git a/tests/unit/widget/widget.html b/tests/unit/widget/widget.html index 1afc4a3f9..2b764abab 100644 --- a/tests/unit/widget/widget.html +++ b/tests/unit/widget/widget.html @@ -7,7 +7,7 @@ <script src="../../jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> - <script src="../../jquery.simulate.js"></script> + <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ |