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.
This commit is contained in:
Endi S. Dewata 2011-01-29 14:25:56 -06:00 committed by Adam Young
parent 20e742d355
commit f5e6d01916

View File

@ -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() {