From bde431bb449b1d957d4e0b736111ff342f2a919d Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 7 Apr 2015 10:55:52 -0400 Subject: Tests: Rename files Ref gh-1528 --- tests/lib/bootstrap.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/lib') 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" ); } } -- cgit v1.2.3