aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-04-07 10:55:52 -0400
committerScott González <scott.gonzalez@gmail.com>2015-04-09 09:27:00 -0400
commitbde431bb449b1d957d4e0b736111ff342f2a919d (patch)
tree27fd40037c30dbff8ef3b6113e90817ab96b53bf /tests/unit/droppable
parentdc4b015a8b9acdb5bff2d5dd89737b3d8b64097f (diff)
downloadjquery-ui-bde431bb449b1d957d4e0b736111ff342f2a919d.tar.gz
jquery-ui-bde431bb449b1d957d4e0b736111ff342f2a919d.zip
Tests: Rename files
Ref gh-1528
Diffstat (limited to 'tests/unit/droppable')
-rw-r--r--tests/unit/droppable/common-deprecated.js (renamed from tests/unit/droppable/droppable_common_deprecated.js)0
-rw-r--r--tests/unit/droppable/common.js (renamed from tests/unit/droppable/droppable_common.js)0
-rw-r--r--tests/unit/droppable/core.js (renamed from tests/unit/droppable/droppable_core.js)2
-rw-r--r--tests/unit/droppable/deprecated.html (renamed from tests/unit/droppable/droppable_deprecated.html)0
-rw-r--r--tests/unit/droppable/deprecated.js (renamed from tests/unit/droppable/droppable_deprecated.js)0
-rw-r--r--tests/unit/droppable/events.js (renamed from tests/unit/droppable/droppable_events.js)0
-rw-r--r--tests/unit/droppable/helper.js (renamed from tests/unit/droppable/droppable_test_helpers.js)0
-rw-r--r--tests/unit/droppable/methods.js (renamed from tests/unit/droppable/droppable_methods.js)2
-rw-r--r--tests/unit/droppable/options.js (renamed from tests/unit/droppable/droppable_options.js)0
9 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/droppable/droppable_common_deprecated.js b/tests/unit/droppable/common-deprecated.js
index 9d2f6c6b6..9d2f6c6b6 100644
--- a/tests/unit/droppable/droppable_common_deprecated.js
+++ b/tests/unit/droppable/common-deprecated.js
diff --git a/tests/unit/droppable/droppable_common.js b/tests/unit/droppable/common.js
index ef8e11692..ef8e11692 100644
--- a/tests/unit/droppable/droppable_common.js
+++ b/tests/unit/droppable/common.js
diff --git a/tests/unit/droppable/droppable_core.js b/tests/unit/droppable/core.js
index 25d052a59..43608353d 100644
--- a/tests/unit/droppable/droppable_core.js
+++ b/tests/unit/droppable/core.js
@@ -1,6 +1,6 @@
define( [
"jquery",
- "./droppable_test_helpers",
+ "./helper",
"ui/droppable"
], function( $, testHelper ) {
diff --git a/tests/unit/droppable/droppable_deprecated.html b/tests/unit/droppable/deprecated.html
index e47b41c6b..e47b41c6b 100644
--- a/tests/unit/droppable/droppable_deprecated.html
+++ b/tests/unit/droppable/deprecated.html
diff --git a/tests/unit/droppable/droppable_deprecated.js b/tests/unit/droppable/deprecated.js
index 3931f5f06..3931f5f06 100644
--- a/tests/unit/droppable/droppable_deprecated.js
+++ b/tests/unit/droppable/deprecated.js
diff --git a/tests/unit/droppable/droppable_events.js b/tests/unit/droppable/events.js
index a60d9292e..a60d9292e 100644
--- a/tests/unit/droppable/droppable_events.js
+++ b/tests/unit/droppable/events.js
diff --git a/tests/unit/droppable/droppable_test_helpers.js b/tests/unit/droppable/helper.js
index 460fa1aa6..460fa1aa6 100644
--- a/tests/unit/droppable/droppable_test_helpers.js
+++ b/tests/unit/droppable/helper.js
diff --git a/tests/unit/droppable/droppable_methods.js b/tests/unit/droppable/methods.js
index 816fed0ec..1c9bba023 100644
--- a/tests/unit/droppable/droppable_methods.js
+++ b/tests/unit/droppable/methods.js
@@ -1,6 +1,6 @@
define( [
"jquery",
- "./droppable_test_helpers",
+ "./helper",
"ui/droppable"
], function( $, testHelper ) {
diff --git a/tests/unit/droppable/droppable_options.js b/tests/unit/droppable/options.js
index f2d1757c2..f2d1757c2 100644
--- a/tests/unit/droppable/droppable_options.js
+++ b/tests/unit/droppable/options.js