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/dialog | |
parent | dc4b015a8b9acdb5bff2d5dd89737b3d8b64097f (diff) | |
download | jquery-ui-bde431bb449b1d957d4e0b736111ff342f2a919d.tar.gz jquery-ui-bde431bb449b1d957d4e0b736111ff342f2a919d.zip |
Tests: Rename files
Ref gh-1528
Diffstat (limited to 'tests/unit/dialog')
-rw-r--r-- | tests/unit/dialog/common-deprecated.js (renamed from tests/unit/dialog/dialog_common_deprecated.js) | 0 | ||||
-rw-r--r-- | tests/unit/dialog/common.js (renamed from tests/unit/dialog/dialog_common.js) | 0 | ||||
-rw-r--r-- | tests/unit/dialog/core.js (renamed from tests/unit/dialog/dialog_core.js) | 0 | ||||
-rw-r--r-- | tests/unit/dialog/deprecated.html (renamed from tests/unit/dialog/dialog_deprecated.html) | 0 | ||||
-rw-r--r-- | tests/unit/dialog/deprecated.js (renamed from tests/unit/dialog/dialog_deprecated.js) | 0 | ||||
-rw-r--r-- | tests/unit/dialog/events.js (renamed from tests/unit/dialog/dialog_events.js) | 2 | ||||
-rw-r--r-- | tests/unit/dialog/helper.js (renamed from tests/unit/dialog/dialog_test_helpers.js) | 0 | ||||
-rw-r--r-- | tests/unit/dialog/methods.js (renamed from tests/unit/dialog/dialog_methods.js) | 0 | ||||
-rw-r--r-- | tests/unit/dialog/options.js (renamed from tests/unit/dialog/dialog_options.js) | 2 |
9 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/dialog/dialog_common_deprecated.js b/tests/unit/dialog/common-deprecated.js index 7b0091277..7b0091277 100644 --- a/tests/unit/dialog/dialog_common_deprecated.js +++ b/tests/unit/dialog/common-deprecated.js diff --git a/tests/unit/dialog/dialog_common.js b/tests/unit/dialog/common.js index 389b2ddff..389b2ddff 100644 --- a/tests/unit/dialog/dialog_common.js +++ b/tests/unit/dialog/common.js diff --git a/tests/unit/dialog/dialog_core.js b/tests/unit/dialog/core.js index cb086ce8d..cb086ce8d 100644 --- a/tests/unit/dialog/dialog_core.js +++ b/tests/unit/dialog/core.js diff --git a/tests/unit/dialog/dialog_deprecated.html b/tests/unit/dialog/deprecated.html index 2d20b6291..2d20b6291 100644 --- a/tests/unit/dialog/dialog_deprecated.html +++ b/tests/unit/dialog/deprecated.html diff --git a/tests/unit/dialog/dialog_deprecated.js b/tests/unit/dialog/deprecated.js index 1f7087c57..1f7087c57 100644 --- a/tests/unit/dialog/dialog_deprecated.js +++ b/tests/unit/dialog/deprecated.js diff --git a/tests/unit/dialog/dialog_events.js b/tests/unit/dialog/events.js index cc5bef8fa..5834b3481 100644 --- a/tests/unit/dialog/dialog_events.js +++ b/tests/unit/dialog/events.js @@ -1,6 +1,6 @@ define( [ "jquery", - "./dialog_test_helpers", + "./helper", "ui/dialog" ], function( $, testHelper ) { diff --git a/tests/unit/dialog/dialog_test_helpers.js b/tests/unit/dialog/helper.js index f84d1d624..f84d1d624 100644 --- a/tests/unit/dialog/dialog_test_helpers.js +++ b/tests/unit/dialog/helper.js diff --git a/tests/unit/dialog/dialog_methods.js b/tests/unit/dialog/methods.js index 10b0fd7bb..10b0fd7bb 100644 --- a/tests/unit/dialog/dialog_methods.js +++ b/tests/unit/dialog/methods.js diff --git a/tests/unit/dialog/dialog_options.js b/tests/unit/dialog/options.js index 1b9af7a09..c33a97c01 100644 --- a/tests/unit/dialog/dialog_options.js +++ b/tests/unit/dialog/options.js @@ -1,6 +1,6 @@ define( [ "jquery", - "./dialog_test_helpers", + "./helper", "ui/dialog", "ui/effect-blind", "ui/effect-explode" |