From 21cd1857c86e540348cc07a2a86f3d35b51802d5 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 14 Sep 2011 12:36:58 -0500 Subject: Fixed posix group checkbox. In the adder dialog for groups the checkbox has been modified to use the correct field name "nonposix" and be checked by default. Note: This is a temporary fix to minimize the changes due to release schedule. Eventually the field label will be changed into "Non-POSIX group" and the checkbox will be unchecked by default, which is more consistent with CLI. Ticket #1799 --- install/ui/test/widget_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/widget_tests.js') diff --git a/install/ui/test/widget_tests.js b/install/ui/test/widget_tests.js index 9f0f6f0b..caf28edc 100644 --- a/install/ui/test/widget_tests.js +++ b/install/ui/test/widget_tests.js @@ -241,7 +241,7 @@ test("Testing checkbox widget.", function() { spec = {name:'title'}; base_widget_test('test_value'); - mock_record = {'title':'something'}; + mock_record = { 'title': 'TRUE' }; widget.load(mock_record); same(widget.save(),[true], "Checkbox is set"); -- cgit