aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-02-07 17:40:54 +0000
committerRichard Worth <rdworth@gmail.com>2009-02-07 17:40:54 +0000
commit7eada061ed749b73fc728329149a31b258439f49 (patch)
tree91c60e0d995a9d6ceb86deb95b6f4d8ff243bbaa /tests
parent1e6858cc3292543e452f33f5d8ddd76a35c7f540 (diff)
downloadjquery-ui-7eada061ed749b73fc728329149a31b258439f49.tar.gz
jquery-ui-7eada061ed749b73fc728329149a31b258439f49.zip
fixed name and location of test page for #4088 - droppable, not sortable issue
Diffstat (limited to 'tests')
-rw-r--r--tests/visual/droppable/droppable_ticket_4088.html (renamed from tests/visual/sortable/sortable_ticket_4088.html)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/sortable/sortable_ticket_4088.html b/tests/visual/droppable/droppable_ticket_4088.html
index 887476e6c..4fccc5ce6 100644
--- a/tests/visual/sortable/sortable_ticket_4088.html
+++ b/tests/visual/droppable/droppable_ticket_4088.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Sortable - Sortable ticket 4088</title>
+ <title>Droppable Visual Test - Droppable ticket 4088</title>
<link type="text/css" href="../../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>