Tests: Rename files

Ref gh-1528
This commit is contained in:
Scott González 2015-04-07 10:55:52 -04:00
parent dc4b015a8b
commit bde431bb44
115 changed files with 41 additions and 47 deletions

View File

@ -123,14 +123,14 @@ function swarmInject() {
if ( widget ) { if ( widget ) {
modules = modules.concat([ modules = modules.concat([
widget + ( deprecated ? "_common_deprecated" : "_common" ), ( deprecated ? "common-deprecated" : "common" ),
widget + "_core", "core",
widget + "_events", "events",
widget + "_methods", "methods",
widget + "_options" "options"
]); ]);
if ( deprecated ) { if ( deprecated ) {
modules = modules.concat( widget + "_deprecated" ); modules = modules.concat( "deprecated" );
} }
} }

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./accordion_test_helpers", "./helper",
"ui/accordion" "ui/accordion"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./accordion_test_helpers", "./helper",
"ui/accordion" "ui/accordion"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./accordion_test_helpers", "./helper",
"ui/accordion" "ui/accordion"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./accordion_test_helpers", "./helper",
"ui/accordion" "ui/accordion"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,7 +1,7 @@
define( [ define( [
"jquery", "jquery",
"lib/common", "lib/common",
"./datepicker_test_helpers", "./helper",
"ui/datepicker", "ui/datepicker",
"ui/i18n/datepicker-he" "ui/i18n/datepicker-he"
], function( $, common, testHelper ) { ], function( $, common, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./datepicker_test_helpers", "./helper",
"ui/datepicker" "ui/datepicker"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./datepicker_test_helpers", "./helper",
"ui/datepicker" "ui/datepicker"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./datepicker_test_helpers", "./helper",
"ui/datepicker", "ui/datepicker",
"ui/i18n/datepicker-fr", "ui/i18n/datepicker-fr",
"ui/i18n/datepicker-he", "ui/i18n/datepicker-he",

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./dialog_test_helpers", "./helper",
"ui/dialog" "ui/dialog"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./dialog_test_helpers", "./helper",
"ui/dialog", "ui/dialog",
"ui/effect-blind", "ui/effect-blind",
"ui/effect-explode" "ui/effect-explode"

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./draggable_test_helpers", "./helper",
"ui/draggable", "ui/draggable",
"ui/droppable", "ui/droppable",
"ui/resizable" "ui/resizable"

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./draggable_test_helpers", "./helper",
"ui/draggable" "ui/draggable"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./draggable_test_helpers", "./helper",
"ui/draggable", "ui/draggable",
"ui/droppable", "ui/droppable",
"ui/sortable" "ui/sortable"

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./droppable_test_helpers", "./helper",
"ui/droppable" "ui/droppable"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./droppable_test_helpers", "./helper",
"ui/droppable" "ui/droppable"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -5,7 +5,7 @@
<title>jQuery UI Effects Test Suite</title> <title>jQuery UI Effects Test Suite</title>
<script src="../../lib/css.js"></script> <script src="../../lib/css.js"></script>
<script src="../../lib/bootstrap.js" data-modules="effects_core effects_scale"> <script src="../../lib/bootstrap.js" data-modules="core scale">
</script> </script>
<style> <style>
#qunit-fixture { #qunit-fixture {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./menu_test_helpers", "./helper",
"ui/menu" "ui/menu"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./menu_test_helpers", "./helper",
"ui/menu" "ui/menu"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./menu_test_helpers", "./helper",
"ui/menu" "ui/menu"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./menu_test_helpers", "./helper",
"ui/menu" "ui/menu"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -5,7 +5,7 @@
<title>jQuery UI Position Test Suite</title> <title>jQuery UI Position Test Suite</title>
<script src="../../lib/css.js"></script> <script src="../../lib/css.js"></script>
<script src="../../lib/bootstrap.js" data-modules="position_core"></script> <script src="../../lib/bootstrap.js" data-modules="core"></script>
</head> </head>
<body> <body>
<div id="qunit" style="position:relative; z-index:2;"></div> <div id="qunit" style="position:relative; z-index:2;"></div>

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./resizable_test_helpers", "./helper",
"ui/resizable" "ui/resizable"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./resizable_test_helpers", "./helper",
"ui/resizable" "ui/resizable"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./resizable_test_helpers", "./helper",
"ui/resizable" "ui/resizable"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./sortable_test_helpers", "./helper",
"ui/sortable" "ui/sortable"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./sortable_test_helpers", "./helper",
"ui/sortable", "ui/sortable",
"ui/draggable" "ui/draggable"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./sortable_test_helpers", "./helper",
"ui/sortable" "ui/sortable"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./spinner_test_helpers", "./helper",
"ui/spinner" "ui/spinner"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./spinner_test_helpers", "./helper",
"ui/spinner" "ui/spinner"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./spinner_test_helpers", "./helper",
"ui/spinner" "ui/spinner"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./tabs_test_helpers", "./helper",
"ui/tabs" "ui/tabs"
], function( $, testHelper ) { ], function( $, testHelper ) {

View File

@ -1,6 +1,6 @@
define( [ define( [
"jquery", "jquery",
"./tabs_test_helpers", "./helper",
"ui/tabs" "ui/tabs"
], function( $, testHelper ) { ], function( $, testHelper ) {

Some files were not shown because too many files have changed in this diff Show More