diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-31 09:09:26 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-01-31 13:12:53 -0500 |
commit | c281e786c805f400ca23d4412e29d396632d5441 (patch) | |
tree | 93acc12954e3caa86d0afd0428b11f4db889621b /install/ui/test/aci_tests.html | |
parent | 6db310531583385102c4139fe46a6eec0e5e1a0a (diff) | |
download | freeipa.git-c281e786c805f400ca23d4412e29d396632d5441.tar.gz freeipa.git-c281e786c805f400ca23d4412e29d396632d5441.tar.xz freeipa.git-c281e786c805f400ca23d4412e29d396632d5441.zip |
widget unit tests
unit test for basic functionality, text, and checkbox widgets
Diffstat (limited to 'install/ui/test/aci_tests.html')
-rwxr-xr-x | install/ui/test/aci_tests.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/test/aci_tests.html b/install/ui/test/aci_tests.html index 16ab0f7d..0847e150 100755 --- a/install/ui/test/aci_tests.html +++ b/install/ui/test/aci_tests.html @@ -24,7 +24,7 @@ <script type="text/javascript" src="aci_tests.js"></script> </head> <body> - <h1 id="qunit-header">Certificate Test Suite</h1> + <h1 id="qunit-header">ACI Test Suite</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> |