aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-03-28 12:39:55 -0400
committerScott González <scott.gonzalez@gmail.com>2011-03-28 12:39:55 -0400
commit41fb07d28cea0b878e0eae4f6c7a9d7ad2bd0602 (patch)
tree8576e81963580dbf5a94c08042715c15e05b3b87 /tests/unit/selectable
parent3206386bdf14f6c1bc8c6999764a8d5b8c03ebbf (diff)
downloadjquery-ui-41fb07d28cea0b878e0eae4f6c7a9d7ad2bd0602.tar.gz
jquery-ui-41fb07d28cea0b878e0eae4f6c7a9d7ad2bd0602.zip
Selectable: Removed empty tickets test file.
Diffstat (limited to 'tests/unit/selectable')
-rw-r--r--tests/unit/selectable/selectable.html1
-rw-r--r--tests/unit/selectable/selectable_tickets.js8
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html
index 7b739316d..85e843cda 100644
--- a/tests/unit/selectable/selectable.html
+++ b/tests/unit/selectable/selectable.html
@@ -20,7 +20,6 @@
<script type="text/javascript" src="selectable_events.js"></script>
<script type="text/javascript" src="selectable_methods.js"></script>
<script type="text/javascript" src="selectable_options.js"></script>
- <script type="text/javascript" src="selectable_tickets.js"></script>
<script type="text/javascript">
// disable this stale testsuite for testswarm only
diff --git a/tests/unit/selectable/selectable_tickets.js b/tests/unit/selectable/selectable_tickets.js
deleted file mode 100644
index da1da46de..000000000
--- a/tests/unit/selectable/selectable_tickets.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * selectable_tickets.js
- */
-(function($) {
-
-module("selectable: tickets");
-
-})(jQuery);