/[libconf]/libconf/perl-Libconf/test/resolv/resolv_test.pl
ViewVC logotype

Diff of /libconf/perl-Libconf/test/resolv/resolv_test.pl

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

revision 1.1 by dams, Fri May 2 11:28:46 2003 UTC revision 1.2 by dams, Thu May 29 18:09:04 2003 UTC
# Line 10  my $struct = new Libconf('resolv.conf', Line 10  my $struct = new Libconf('resolv.conf',
10  $struct->writeConf("resolv_output_1");  $struct->writeConf("resolv_output_1");
11  test(1);  test(1);
12    
13    # test 2, test for stable loop
14    display(2);
15    $struct = new Libconf('resolv.conf', 'resolv', '');
16    $struct->writeConf("resolv_output_2");
17    $struct = new Libconf("resolv_output_2", 'resolv', '');
18    $struct->writeConf("resolv_output_2");
19    test(2);
20    
21  display(-1);  display(-1);
22    
23  sub display {  sub display {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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