aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2009-09-01 08:16:10 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2009-09-01 08:16:10 +0000
commit9d075e107727a3158240119b129be66b146dac23 (patch)
tree1ea5c7bb3601233989e226449d7e41424f5439fe /tests
parent7f54a1bad9d9bb74e74904d584bfd9b0a4278663 (diff)
downloadjquery-ui-9d075e107727a3158240119b129be66b146dac23.tar.gz
jquery-ui-9d075e107727a3158240119b129be66b146dac23.zip
rename modules for testswarm compability
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/core/core.js2
-rw-r--r--tests/unit/core/selector.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/core/core.js b/tests/unit/core/core.js
index 71f8c5845..a35935c52 100644
--- a/tests/unit/core/core.js
+++ b/tests/unit/core/core.js
@@ -3,7 +3,7 @@
*/
(function($) {
-module('jQuery extensions');
+module('core - jQuery extensions');
test("attr - aria", function() {
expect(6);
diff --git a/tests/unit/core/selector.js b/tests/unit/core/selector.js
index 0e647d453..6e70b5849 100644
--- a/tests/unit/core/selector.js
+++ b/tests/unit/core/selector.js
@@ -3,7 +3,7 @@
*/
(function($) {
-module("selectors");
+module("core - selectors");
function isFocusable(selector, msg) {
ok($(selector).is(':focusable'), msg);