aboutsummaryrefslogtreecommitdiffstats
path: root/tests/resizable.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-07 18:03:19 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-07 18:03:19 +0000
commit505a7e19e25ce6edce1297fe2887cc1f339249ae (patch)
tree853adfcdd0c52a5c0a3e4564ec75be71fed5b8de /tests/resizable.js
parentd8100c5caae79a716a36a380b7fdbfdbdb5a71e1 (diff)
downloadjquery-ui-505a7e19e25ce6edce1297fe2887cc1f339249ae.tar.gz
jquery-ui-505a7e19e25ce6edce1297fe2887cc1f339249ae.zip
updated some paths
Diffstat (limited to 'tests/resizable.js')
-rw-r--r--tests/resizable.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/resizable.js b/tests/resizable.js
index 48582e016..152691223 100644
--- a/tests/resizable.js
+++ b/tests/resizable.js
@@ -12,7 +12,7 @@ var drag = function(el, dx, dy, complete) {
});
};
-module("Simple Resize");
+module("resizable");
test("ui-resizable-e resize x", function() {
@@ -155,7 +155,7 @@ test("ui-resizable-nw resize xy", function() {
* min/max Height/Width
*/
-module("Dimensions limit");
+module("resizable: Dimensions limit");
test("ui-resizable-se { handles: 'all', minWidth: 60, minHeight: 60, maxWidth: 100, maxHeight: 100 }", function() {
@@ -233,7 +233,7 @@ test("ui-resizable-nw { handles: 'all', minWidth: 60, minHeight: 60, maxWidth: 1
* Respecting ratio resize with dimensions limit
*/
-module("Respecting ratio resize with dimensions limits");
+module("resizable: Respecting ratio resize with dimensions limits");
test("ui-resizable-e { aspectRatio: 'preserve', handles: 'all', minWidth: 70, minHeight: 50, maxWidth: 150, maxHeight: 130 }", function() {
@@ -361,7 +361,7 @@ test("ui-resizable-ne { aspectRatio: 'preserve', handles: 'all', minWidth: 70, m
});
-module("Options");
+module("resizable: Options");
test("ui-resizable-se { handles: 'all', grid: [0, 20] }", function() {