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

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

revision 300 by dpavlin, Mon Dec 19 21:25:57 2005 UTC revision 366 by dpavlin, Sun Jan 8 20:27:21 2006 UTC
# Line 58  ok(my $n = new WebPAC::Normalize::XML( Line 58  ok(my $n = new WebPAC::Normalize::XML(
58    
59  ok($n->open(  ok($n->open(
60          tag => 'isis',          tag => 'isis',
61          xml_file => "$abs_path../conf/normalize/isis.xml",          xml_file => "$abs_path/data/normalize.xml",
62  ), "Normalize::XML->open");  ), "Normalize::XML->open");
63    
64  ok(my $out = new WebPAC::Output::TT(  ok(my $out = new WebPAC::Output::TT(
# Line 79  while (my $row = $isis->fetch) { Line 79  while (my $row = $isis->fetch) {
79    
80          $html =~ s#\s*[\n\r]+\s*##gs;          $html =~ s#\s*[\n\r]+\s*##gs;
81    
82          diag $html;          #diag $html;
83    
84  };  };

Legend:
Removed from v.300  
changed lines
  Added in v.366

  ViewVC Help
Powered by ViewVC 1.1.26