summaryrefslogtreecommitdiffstats
path: root/install/ui/test/widget_tests.html
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-31 09:09:26 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-01-31 13:12:53 -0500
commitc281e786c805f400ca23d4412e29d396632d5441 (patch)
tree93acc12954e3caa86d0afd0428b11f4db889621b /install/ui/test/widget_tests.html
parent6db310531583385102c4139fe46a6eec0e5e1a0a (diff)
downloadfreeipa-c281e786c805f400ca23d4412e29d396632d5441.tar.gz
freeipa-c281e786c805f400ca23d4412e29d396632d5441.tar.xz
freeipa-c281e786c805f400ca23d4412e29d396632d5441.zip
widget unit tests
unit test for basic functionality, text, and checkbox widgets
Diffstat (limited to 'install/ui/test/widget_tests.html')
-rwxr-xr-xinstall/ui/test/widget_tests.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/install/ui/test/widget_tests.html b/install/ui/test/widget_tests.html
new file mode 100755
index 000000000..e38b44216
--- /dev/null
+++ b/install/ui/test/widget_tests.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Widget Test Suite</title>
+ <link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
+ <script type="text/javascript" src="qunit.js"></script>
+
+
+
+ <script type="text/javascript" src="../jquery.js"></script>
+ <script type="text/javascript" src="../jquery.ba-bbq.js"></script>
+ <script type="text/javascript" src="../jquery-ui.js"></script>
+ <script type="text/javascript" src="../ipa.js"></script>
+ <script type="text/javascript" src="../widget.js"></script>
+
+ <script type="text/javascript" src="widget_tests.js"></script>
+</head>
+<body>
+ <h1 id="qunit-header">Widget Test Suite</h1>
+ <h2 id="qunit-banner"></h2>
+ <div id="qunit-testrunner-toolbar"></div>
+ <h2 id="qunit-userAgent"></h2>
+ <ol id="qunit-tests"></ol>
+ <div id="qunit-fixture"></div>
+</body>
+</html>