From f5e6d0191607f832e0d76b0807ccabf86150dd91 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Sat, 29 Jan 2011 14:25:56 -0600 Subject: 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. --- install/ui/test/aci_tests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js index c51b556dc..58864f4b4 100644 --- a/install/ui/test/aci_tests.js +++ b/install/ui/test/aci_tests.js @@ -37,6 +37,7 @@ module('aci',{ ); aci_container = $('
').appendTo(document.body); target_section = IPA.target_section(); + target_section.init(); target_section.create(aci_container); }, teardown: function() { -- cgit