aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-12-22 12:56:19 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-12-22 12:56:19 -0500
commit48d7d53f7b04e202e32a47aa0665f83a1179b723 (patch)
tree92378e696c86a2cef2828df762a7871450185a25 /tests/unit/dialog
parente21fc296102c2b8b159404c378cf39470da9a13e (diff)
downloadjquery-ui-48d7d53f7b04e202e32a47aa0665f83a1179b723.tar.gz
jquery-ui-48d7d53f7b04e202e32a47aa0665f83a1179b723.zip
Dev: stop loading *_tickets.js in the test suite.
Diffstat (limited to 'tests/unit/dialog')
-rw-r--r--tests/unit/dialog/dialog.html1
-rw-r--r--tests/unit/dialog/dialog_deprecated.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html
index 8f2583ce1..57017b1b9 100644
--- a/tests/unit/dialog/dialog.html
+++ b/tests/unit/dialog/dialog.html
@@ -36,7 +36,6 @@
<script src="dialog_methods.js"></script>
<script src="dialog_options.js"></script>
<script src="dialog_test_helpers.js"></script>
- <script src="dialog_tickets.js"></script>
<script src="../swarminject.js"></script>
</head>
diff --git a/tests/unit/dialog/dialog_deprecated.html b/tests/unit/dialog/dialog_deprecated.html
index 3360e6ef7..063769c62 100644
--- a/tests/unit/dialog/dialog_deprecated.html
+++ b/tests/unit/dialog/dialog_deprecated.html
@@ -31,7 +31,6 @@
<script src="dialog_methods.js"></script>
<script src="dialog_options.js"></script>
<script src="dialog_test_helpers.js"></script>
- <script src="dialog_tickets.js"></script>
<script src="dialog_deprecated.js"></script>
<script src="../swarminject.js"></script>