aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/button')
-rw-r--r--tests/unit/button/button.html2
-rw-r--r--tests/unit/button/button_common.js (renamed from tests/unit/button/button_defaults.js)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html
index 5ec7e316a..5f27740c4 100644
--- a/tests/unit/button/button.html
+++ b/tests/unit/button/button.html
@@ -22,8 +22,8 @@
<script src="../../jquery.simulate.js"></script>
<script src="../testsuite.js"></script>
+ <script src="button_common.js"></script>
<script src="button_core.js"></script>
- <script src="button_defaults.js"></script>
<script src="button_events.js"></script>
<script src="button_methods.js"></script>
<script src="button_options.js"></script>
diff --git a/tests/unit/button/button_defaults.js b/tests/unit/button/button_common.js
index ef22d3011..ef22d3011 100644
--- a/tests/unit/button/button_defaults.js
+++ b/tests/unit/button/button_common.js