/[webpac2]/trunk/t/7-est.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/7-est.t

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

revision 265 by dpavlin, Mon Dec 5 17:47:16 2005 UTC revision 266 by dpavlin, Fri Dec 16 16:23:49 2005 UTC
# Line 30  my $config = { Line 30  my $config = {
30    
31  ok(my $est = new WebPAC::Output::Estraier( %{ $config } ), "new WebPAC::Output::Estraier");  ok(my $est = new WebPAC::Output::Estraier( %{ $config } ), "new WebPAC::Output::Estraier");
32    
33  ok(my $list = $est->est_master( action => 'nodelist' ), "nodelist");  ok(my $list = $est->master( action => 'nodelist' ), "nodelist");
34    
35  like($list , qr/$config->{database}/, "found $config->{database}");  like($list , qr/$config->{database}/, "found $config->{database}");
36    

Legend:
Removed from v.265  
changed lines
  Added in v.266

  ViewVC Help
Powered by ViewVC 1.1.26