diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-01-29 14:25:56 -0600 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-29 22:13:15 -0500 |
commit | f5e6d0191607f832e0d76b0807ccabf86150dd91 (patch) | |
tree | 8cc7728da46902390fc5cb34054a14834fe014da | |
parent | 20e742d355bf75bd8510c7ff2eb72cdf6e11d480 (diff) | |
download | freeipa-f5e6d0191607f832e0d76b0807ccabf86150dd91.tar.gz freeipa-f5e6d0191607f832e0d76b0807ccabf86150dd91.tar.xz freeipa-f5e6d0191607f832e0d76b0807ccabf86150dd91.zip |
Fixed permission reset and is_dirty unit test
The reset and is_dirty functionality for permission has been fixed.
New widgets have been created for select and a collection of checkboxes.
New test data files have been added for each target type.
-rw-r--r-- | install/ui/test/aci_tests.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js index c51b556d..58864f4b 100644 --- a/install/ui/test/aci_tests.js +++ b/install/ui/test/aci_tests.js @@ -37,6 +37,7 @@ module('aci',{ ); aci_container = $('<div id="aci"/>').appendTo(document.body); target_section = IPA.target_section(); + target_section.init(); target_section.create(aci_container); }, teardown: function() { |