diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-04-07 10:55:52 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-04-09 09:27:00 -0400 |
commit | bde431bb449b1d957d4e0b736111ff342f2a919d (patch) | |
tree | 27fd40037c30dbff8ef3b6113e90817ab96b53bf /tests/unit/sortable | |
parent | dc4b015a8b9acdb5bff2d5dd89737b3d8b64097f (diff) | |
download | jquery-ui-bde431bb449b1d957d4e0b736111ff342f2a919d.tar.gz jquery-ui-bde431bb449b1d957d4e0b736111ff342f2a919d.zip |
Tests: Rename files
Ref gh-1528
Diffstat (limited to 'tests/unit/sortable')
-rw-r--r-- | tests/unit/sortable/common.js (renamed from tests/unit/sortable/sortable_common.js) | 0 | ||||
-rw-r--r-- | tests/unit/sortable/core.js (renamed from tests/unit/sortable/sortable_core.js) | 2 | ||||
-rw-r--r-- | tests/unit/sortable/events.js (renamed from tests/unit/sortable/sortable_events.js) | 2 | ||||
-rw-r--r-- | tests/unit/sortable/helper.js (renamed from tests/unit/sortable/sortable_test_helpers.js) | 0 | ||||
-rw-r--r-- | tests/unit/sortable/methods.js (renamed from tests/unit/sortable/sortable_methods.js) | 2 | ||||
-rw-r--r-- | tests/unit/sortable/options.js (renamed from tests/unit/sortable/sortable_options.js) | 0 |
6 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/sortable/sortable_common.js b/tests/unit/sortable/common.js index ab43251ab..ab43251ab 100644 --- a/tests/unit/sortable/sortable_common.js +++ b/tests/unit/sortable/common.js diff --git a/tests/unit/sortable/sortable_core.js b/tests/unit/sortable/core.js index 64bdb661e..7e973ec05 100644 --- a/tests/unit/sortable/sortable_core.js +++ b/tests/unit/sortable/core.js @@ -1,6 +1,6 @@ define( [ "jquery", - "./sortable_test_helpers", + "./helper", "ui/sortable" ], function( $, testHelper ) { diff --git a/tests/unit/sortable/sortable_events.js b/tests/unit/sortable/events.js index 453b8b7b6..174da203d 100644 --- a/tests/unit/sortable/sortable_events.js +++ b/tests/unit/sortable/events.js @@ -1,6 +1,6 @@ define( [ "jquery", - "./sortable_test_helpers", + "./helper", "ui/sortable", "ui/draggable" ], function( $, testHelper ) { diff --git a/tests/unit/sortable/sortable_test_helpers.js b/tests/unit/sortable/helper.js index 76545022e..76545022e 100644 --- a/tests/unit/sortable/sortable_test_helpers.js +++ b/tests/unit/sortable/helper.js diff --git a/tests/unit/sortable/sortable_methods.js b/tests/unit/sortable/methods.js index d3bb23d6e..d88b8089f 100644 --- a/tests/unit/sortable/sortable_methods.js +++ b/tests/unit/sortable/methods.js @@ -1,6 +1,6 @@ define( [ "jquery", - "./sortable_test_helpers", + "./helper", "ui/sortable" ], function( $, testHelper ) { diff --git a/tests/unit/sortable/sortable_options.js b/tests/unit/sortable/options.js index 930f339e6..930f339e6 100644 --- a/tests/unit/sortable/sortable_options.js +++ b/tests/unit/sortable/options.js |