/[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 69 by dpavlin, Sun Jul 24 15:35:46 2005 UTC revision 70 by dpavlin, Sat Nov 19 23:48:24 2005 UTC
# Line 65  ok(my $out = new WebPAC::Output::TT( Line 65  ok(my $out = new WebPAC::Output::TT(
65    
66  while (my $row = $isis->fetch) {  while (my $row = $isis->fetch) {
67                    
68          ok(my @ds = $n->data_structure($row), "data_structure");          ok(my $ds = $n->data_structure($row), "data_structure");
69    
70  #       diag Dumper(\@ds);  #       diag Dumper($ds);
71    
72          ok(my $html = $out->apply(          ok(my $html = $out->apply(
73                  template => 'html.tt',                  template => 'html.tt',
74                  data => \@ds,                  data => $ds,
75          ), "apply");          ), "apply");
76    
77          $html =~ s#\s*[\n\r]+\s*##gs;          $html =~ s#\s*[\n\r]+\s*##gs;

Legend:
Removed from v.69  
changed lines
  Added in v.70

  ViewVC Help
Powered by ViewVC 1.1.26