/[libconf]/libconf/perl-Libconf/test/group/group_test.pl
ViewVC logotype

Diff of /libconf/perl-Libconf/test/group/group_test.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by dams, Wed Mar 12 15:27:36 2003 UTC revision 1.6 by dams, Mon Oct 20 12:55:21 2003 UTC
# Line 24  test(2); Line 24  test(2);
24  display(3);  display(3);
25  $struct = new Libconf("group", 'group', '');  $struct = new Libconf("group", 'group', '');
26  $struct->appendAtom({ values => { group_name => 'test_libconf',  $struct->appendAtom({ values => { group_name => 'test_libconf',
27                                             passwd => 'xtest',                                    passwd => 'xtest',
28                                             GID => '123',                                    GID => '123',
29                                             user_list => 'test1,user2,user3',                                    user_list => 'test1,user2,user3',
30                                           },                                  },
31                                 type => 'VALUES',                        type => 'VALUES',
32                               });                      });
33  $struct->writeConf("group_output_3");  $struct->writeConf("group_output_3");
34  test(3);  test(3);
35    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26