aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-10-28 09:15:11 -0400
committerScott González <scott.gonzalez@gmail.com>2015-10-28 09:15:11 -0400
commit926f3c6c3a5ee69de619cc9b4cd02ef3c520c709 (patch)
tree47f16973c01eeff8d90a5e3f991b6d09344b1710
parent6e0b2a580d9aeccc935c8735a97dca1b2707d75b (diff)
downloadjquery-ui-926f3c6c3a5ee69de619cc9b4cd02ef3c520c709.tar.gz
jquery-ui-926f3c6c3a5ee69de619cc9b4cd02ef3c520c709.zip
Checkboxradio: Add compound test suite for all jQuery versions
-rw-r--r--tests/unit/checkboxradio/all.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/unit/checkboxradio/all.html b/tests/unit/checkboxradio/all.html
new file mode 100644
index 000000000..71a65d9ee
--- /dev/null
+++ b/tests/unit/checkboxradio/all.html
@@ -0,0 +1,26 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>jQuery UI Checkboxradio Test Suite</title>
+
+ <script src="../../../external/jquery/jquery.js"></script>
+
+ <link rel="stylesheet" href="../../../external/qunit/qunit.css">
+ <link rel="stylesheet" href="../../../external/qunit-composite/qunit-composite.css">
+ <script src="../../../external/qunit/qunit.js"></script>
+ <script src="../../../external/qunit-composite/qunit-composite.js"></script>
+ <script src="../subsuite.js"></script>
+
+ <script>
+ testAllVersions( "checkboxradio" );
+ </script>
+</head>
+<body>
+
+<div id="qunit"></div>
+<div id="qunit-fixture">
+
+</div>
+</body>
+</html>