aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
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/lib
parentdc4b015a8b9acdb5bff2d5dd89737b3d8b64097f (diff)
downloadjquery-ui-bde431bb449b1d957d4e0b736111ff342f2a919d.tar.gz
jquery-ui-bde431bb449b1d957d4e0b736111ff342f2a919d.zip
Tests: Rename files
Ref gh-1528
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/bootstrap.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js
index b9598c6df..6d608f2eb 100644
--- a/tests/lib/bootstrap.js
+++ b/tests/lib/bootstrap.js
@@ -123,14 +123,14 @@ function swarmInject() {
if ( widget ) {
modules = modules.concat([
- widget + ( deprecated ? "_common_deprecated" : "_common" ),
- widget + "_core",
- widget + "_events",
- widget + "_methods",
- widget + "_options"
+ ( deprecated ? "common-deprecated" : "common" ),
+ "core",
+ "events",
+ "methods",
+ "options"
]);
if ( deprecated ) {
- modules = modules.concat( widget + "_deprecated" );
+ modules = modules.concat( "deprecated" );
}
}