From 7eada061ed749b73fc728329149a31b258439f49 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sat, 7 Feb 2009 17:40:54 +0000 Subject: fixed name and location of test page for #4088 - droppable, not sortable issue --- tests/visual/droppable/droppable_ticket_4088.html | 66 +++++++++++++++++++++++ tests/visual/sortable/sortable_ticket_4088.html | 66 ----------------------- 2 files changed, 66 insertions(+), 66 deletions(-) create mode 100644 tests/visual/droppable/droppable_ticket_4088.html delete mode 100644 tests/visual/sortable/sortable_ticket_4088.html diff --git a/tests/visual/droppable/droppable_ticket_4088.html b/tests/visual/droppable/droppable_ticket_4088.html new file mode 100644 index 000000000..4fccc5ce6 --- /dev/null +++ b/tests/visual/droppable/droppable_ticket_4088.html @@ -0,0 +1,66 @@ + + + + Droppable Visual Test - Droppable ticket 4088 + + + + + + + + + + + +

+Ticket #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback. +

+

+TEST: Drag 'Special Item' to the div labelled 'Drop here' +

+

+TEST: Drag a 'Normal Item' to the div labelled 'Drop here' +

+ + + +
+

Trash Drop here

+
+ +

+ASSERT: The dropped item is removed from the original list and the following text does not appear: "I was dropped and removed, but still here I am!" +

+ + + diff --git a/tests/visual/sortable/sortable_ticket_4088.html b/tests/visual/sortable/sortable_ticket_4088.html deleted file mode 100644 index 887476e6c..000000000 --- a/tests/visual/sortable/sortable_ticket_4088.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - jQuery UI Sortable - Sortable ticket 4088 - - - - - - - - - - - -

-Ticket #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback. -

-

-TEST: Drag 'Special Item' to the div labelled 'Drop here' -

-

-TEST: Drag a 'Normal Item' to the div labelled 'Drop here' -

- - - -
-

Trash Drop here

-
- -

-ASSERT: The dropped item is removed from the original list and the following text does not appear: "I was dropped and removed, but still here I am!" -

- - - -- cgit v1.2.3