diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/spinner/common-deprecated.js | 2 | ||||
-rw-r--r-- | tests/unit/spinner/common.js | 2 | ||||
-rw-r--r-- | tests/unit/spinner/core.js | 2 | ||||
-rw-r--r-- | tests/unit/spinner/deprecated.js | 2 | ||||
-rw-r--r-- | tests/unit/spinner/events.js | 2 | ||||
-rw-r--r-- | tests/unit/spinner/methods.js | 2 | ||||
-rw-r--r-- | tests/unit/spinner/options.js | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/unit/spinner/common-deprecated.js b/tests/unit/spinner/common-deprecated.js index 2c40df76a..8ff50fa25 100644 --- a/tests/unit/spinner/common-deprecated.js +++ b/tests/unit/spinner/common-deprecated.js @@ -1,6 +1,6 @@ define( [ "lib/common", - "ui/spinner" + "ui/widgets/spinner" ], function( common ) { common.testWidget( "spinner", { diff --git a/tests/unit/spinner/common.js b/tests/unit/spinner/common.js index 2c40df76a..8ff50fa25 100644 --- a/tests/unit/spinner/common.js +++ b/tests/unit/spinner/common.js @@ -1,6 +1,6 @@ define( [ "lib/common", - "ui/spinner" + "ui/widgets/spinner" ], function( common ) { common.testWidget( "spinner", { diff --git a/tests/unit/spinner/core.js b/tests/unit/spinner/core.js index 2dc118666..64824e128 100644 --- a/tests/unit/spinner/core.js +++ b/tests/unit/spinner/core.js @@ -1,7 +1,7 @@ define( [ "jquery", "./helper", - "ui/spinner" + "ui/widgets/spinner" ], function( $, testHelper ) { var simulateKeyDownUp = testHelper.simulateKeyDownUp; diff --git a/tests/unit/spinner/deprecated.js b/tests/unit/spinner/deprecated.js index c45a053fd..6e177ba4b 100644 --- a/tests/unit/spinner/deprecated.js +++ b/tests/unit/spinner/deprecated.js @@ -1,6 +1,6 @@ define( [ "jquery", - "ui/spinner" + "ui/widgets/spinner" ], function( $ ) { var originalSpinner = $.ui.spinner.prototype; diff --git a/tests/unit/spinner/events.js b/tests/unit/spinner/events.js index 14445f48e..8fa409b99 100644 --- a/tests/unit/spinner/events.js +++ b/tests/unit/spinner/events.js @@ -1,7 +1,7 @@ define( [ "jquery", "./helper", - "ui/spinner" + "ui/widgets/spinner" ], function( $, testHelper ) { var simulateKeyDownUp = testHelper.simulateKeyDownUp; diff --git a/tests/unit/spinner/methods.js b/tests/unit/spinner/methods.js index d6bf325f2..6f165b936 100644 --- a/tests/unit/spinner/methods.js +++ b/tests/unit/spinner/methods.js @@ -1,7 +1,7 @@ define( [ "jquery", "./helper", - "ui/spinner" + "ui/widgets/spinner" ], function( $, testHelper ) { var simulateKeyDownUp = testHelper.simulateKeyDownUp; diff --git a/tests/unit/spinner/options.js b/tests/unit/spinner/options.js index fa57e6096..d43c968cd 100644 --- a/tests/unit/spinner/options.js +++ b/tests/unit/spinner/options.js @@ -1,6 +1,6 @@ define( [ "jquery", - "ui/spinner", + "ui/widgets/spinner", "globalize", "globalize/ja-JP" ], function( $ ) { |