diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-04-08 16:49:56 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-05-06 16:22:23 +0200 |
commit | fcbf5cc411de2f6195f53fe70c54458386fc588a (patch) | |
tree | eccc5171fd882af4d4b47b9fceb2bdeffddd313a /install/ui/test/all_tests.html | |
parent | abdb5455d1954f2fab4d5def42c6b99590067eae (diff) | |
download | freeipa.git-fcbf5cc411de2f6195f53fe70c54458386fc588a.tar.gz freeipa.git-fcbf5cc411de2f6195f53fe70c54458386fc588a.tar.xz freeipa.git-fcbf5cc411de2f6195f53fe70c54458386fc588a.zip |
Spec modification by diff object
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/test/all_tests.html')
-rw-r--r-- | install/ui/test/all_tests.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/install/ui/test/all_tests.html b/install/ui/test/all_tests.html index 0acd8b76..dc4e6c83 100644 --- a/install/ui/test/all_tests.html +++ b/install/ui/test/all_tests.html @@ -23,8 +23,9 @@ 'test/aci_tests', 'test/widget_tests', 'test/ip_tests', - 'test/utils_tests' - ], function(om, ipa, details, entity, as, nav, cert, aci, wid, ip, ut){ + 'test/utils_tests', + 'test/build_tests' + ], function(om, ipa, details, entity, as, nav, cert, aci, wid, ip, ut, bt){ om(); ipa(); details(); @@ -36,6 +37,7 @@ wid(); ip(); ut(); + bt(); }); </script> </head> |