From 505a7e19e25ce6edce1297fe2887cc1f339249ae Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sat, 7 Jun 2008 18:03:19 +0000 Subject: updated some paths --- tests/accordion.html | 13 +++++++------ tests/all.html | 37 +++++++++++++++++++++++++++++-------- tests/autodrag.html | 11 ++++++----- tests/draggable.html | 45 +++++++++++++++++++++++---------------------- tests/draggable.js | 8 ++++---- tests/resizable.html | 23 ++++++++++++----------- tests/resizable.js | 8 ++++---- tests/slider.html | 24 +++++++++++++----------- 8 files changed, 98 insertions(+), 71 deletions(-) (limited to 'tests') diff --git a/tests/accordion.html b/tests/accordion.html index 66913ba2b..a4f7c1682 100644 --- a/tests/accordion.html +++ b/tests/accordion.html @@ -3,15 +3,16 @@ jQuery UI Accordion Test Suite - - - - - + + + + + - + + diff --git a/tests/all.html b/tests/all.html index 82000437d..256996b7f 100644 --- a/tests/all.html +++ b/tests/all.html @@ -2,17 +2,35 @@ jQuery UI All Tests - - - - - - + + + + + + + + + + + + + + - + + + + + + + + + + + @@ -31,7 +49,10 @@
    -
    +
    + +
    Relative
    +
    Absolute
    diff --git a/tests/autodrag.html b/tests/autodrag.html index acc17fb4c..841bb026e 100644 --- a/tests/autodrag.html +++ b/tests/autodrag.html @@ -2,12 +2,13 @@ jQuery UI - Automated Tests - - - - - + + + + + + + + + Draggable Test Page + + + + + + + + + + + + @@ -31,7 +32,7 @@

    -
    Static
    +
    Relative
    Absolute
    diff --git a/tests/draggable.js b/tests/draggable.js index 299017b90..45b907d78 100644 --- a/tests/draggable.js +++ b/tests/draggable.js @@ -40,7 +40,7 @@ var border = function(el, side) { return parseInt(el.css('border-' + side + '-wi var margin = function(el, side) { return parseInt(el.css('margin-' + side)); } // Draggable Tests -module("Draggable"); +module("draggable"); test("init", function() { expect(6); @@ -160,7 +160,7 @@ test("No options, absolute", function() { moved(50, 50); }); -module("Draggable Options"); +module("draggable: Options"); test("{ axis: false }, default", function() { el = $("#draggable2").draggable({ axis: false }); @@ -429,7 +429,7 @@ test("{ zIndex: 10 }", function() { }); -module("Draggable Callbacks"); +module("draggable: Callbacks"); test("callbacks occurance count", function() { @@ -450,7 +450,7 @@ test("callbacks occurance count", function() { }); -module("Tickets"); +module("draggable: Tickets"); test("#2965 cursorAt with margin", function() { diff --git a/tests/resizable.html b/tests/resizable.html index 685ec88c9..69aa594d7 100644 --- a/tests/resizable.html +++ b/tests/resizable.html @@ -1,19 +1,20 @@ - - -Resizable Test Page - + + + Resizable Test Page - - - - - - - + + + + + + + + +