/[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 479 by dpavlin, Sat May 13 13:39:09 2006 UTC revision 481 by dpavlin, Sun May 14 00:50:35 2006 UTC
# Line 76  ok(my $out = new WebPAC::Output::TT( Line 76  ok(my $out = new WebPAC::Output::TT(
76          filters => { foo => sub { shift } },          filters => { foo => sub { shift } },
77  ), "new Output::TT");  ), "new Output::TT");
78    
79    diag " lookup => ",Dumper($lookup->lookup_hash) if ($debug);
80    
81  while (my $row = $isis->fetch) {  while (my $row = $isis->fetch) {
82    
83          diag " row => ",Dumper($row) if ($debug);          diag " row => ",Dumper($row) if ($debug);
# Line 89  while (my $row = $isis->fetch) { Line 91  while (my $row = $isis->fetch) {
91          {          {
92                  no strict 'subs';                  no strict 'subs';
93                  use WebPAC::Normalize::Set;                  use WebPAC::Normalize::Set;
                 diag " lookup => ",Dumper($lookup->lookup_hash) if ($debug);  
94                  set_lookup( $lookup->lookup_hash );                  set_lookup( $lookup->lookup_hash );
95                  clean_ds();                  clean_ds();
96                  eval "$norm_pl";                  eval "$norm_pl";

Legend:
Removed from v.479  
changed lines
  Added in v.481

  ViewVC Help
Powered by ViewVC 1.1.26