/[webpac2]/trunk/t/1-config.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/1-config.t

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

revision 682 by dpavlin, Sun Sep 24 15:28:54 2006 UTC revision 685 by dpavlin, Sun Sep 24 17:24:59 2006 UTC
# Line 40  my @inputs = $config->webpac('inputs'); Line 40  my @inputs = $config->webpac('inputs');
40  diag "inputs = ",dump( @inputs ) if ($debug);  diag "inputs = ",dump( @inputs ) if ($debug);
41  isa_ok(\@inputs, 'ARRAY', "inputs");  isa_ok(\@inputs, 'ARRAY', "inputs");
42  cmp_ok(@inputs, '==', 2, "got 2 webpac inputs");  cmp_ok(@inputs, '==', 2, "got 2 webpac inputs");
43    
44    $config->iterate_inputs(sub {
45            my $input = shift;
46            diag "input = ",dump($input);
47    });

Legend:
Removed from v.682  
changed lines
  Added in v.685

  ViewVC Help
Powered by ViewVC 1.1.26