]> source.dussan.org Git - jquery-ui.git/commitdiff
(no commit message)
authorEduardo Lundgren <eduardolundgren@gmail.com>
Sat, 31 May 2008 17:57:50 +0000 (17:57 +0000)
committerEduardo Lundgren <eduardolundgren@gmail.com>
Sat, 31 May 2008 17:57:50 +0000 (17:57 +0000)
ui/tests/resizable.js

index bb361ad9efaa6fa352dd0c76abc42f8618a041c2..8f4267ff075169ff4cb7791ee23098049471039d 100644 (file)
@@ -287,7 +287,7 @@ $(document).ready(function() {
                
        });
        
-       test("ui-resizable-n resize s", function() {
+       test("ui-resizable-s resize y", function() {
                
                var handle = '.ui-resizable-s', target = $('#resizable1').resizable({ aspectRatio: 'preserve', handles: 'all', minWidth: 70, minHeight: 50, maxWidth: 150, maxHeight: 130 });
                
@@ -305,7 +305,7 @@ $(document).ready(function() {
                
        });
        
-       test("ui-resizable-n resize se", function() {
+       test("ui-resizable-se resize xy", function() {
                
                var handle = '.ui-resizable-se', target = $('#resizable1').resizable({ aspectRatio: 'preserve', handles: 'all', minWidth: 70, minHeight: 50, maxWidth: 150, maxHeight: 130 });
                
@@ -323,7 +323,7 @@ $(document).ready(function() {
                
        });
        
-       test("ui-resizable-n resize sw", function() {
+       test("ui-resizable-sw resize xy", function() {
                
                var handle = '.ui-resizable-sw', target = $('#resizable1').resizable({ aspectRatio: 'preserve', handles: 'all', minWidth: 70, minHeight: 50, maxWidth: 150, maxHeight: 130 });
                
@@ -341,7 +341,7 @@ $(document).ready(function() {
                
        });
        
-       test("ui-resizable-n resize ne", function() {
+       test("ui-resizable-ne resize xy", function() {
                
                var handle = '.ui-resizable-ne', target = $('#resizable1').resizable({ aspectRatio: 'preserve', handles: 'all', minWidth: 70, minHeight: 50, maxWidth: 150, maxHeight: 130 });
                
@@ -359,7 +359,7 @@ $(document).ready(function() {
                
        });
        
-       test("ui-resizable-n resize nw", function() {
+       test("ui-resizable-nw resize xy", function() {
                
                var handle = '.ui-resizable-nw', target = $('#resizable1').resizable({ aspectRatio: 'preserve', handles: 'all', minWidth: 70, minHeight: 50, maxWidth: 150, maxHeight: 130 });