/[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 31 by dpavlin, Sun Jul 24 15:03:11 2005 UTC revision 33 by dpavlin, Sun Jul 24 15:35:46 2005 UTC
# Line 2  Line 2 
2    
3  use strict;  use strict;
4    
5  use Test::More tests => 23;  use Test::More tests => 34;
6  use Test::Exception;  use Test::Exception;
7  use Cwd qw/abs_path/;  use Cwd qw/abs_path/;
8  use File::Temp qw/tempdir/;  use File::Temp qw/tempdir/;
9    use Data::Dumper;
10  use blib;  use blib;
11    
12  BEGIN {  BEGIN {
# Line 66  while (my $row = $isis->fetch) { Line 67  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  use Data::Dumper;  #       diag Dumper(\@ds);
 print Dumper(\@ds);  
71    
72          ok($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;
78    
79            diag $html;
80    
81  };  };

Legend:
Removed from v.31  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.26