/[Frey]/trunk/t/02-Frey-Web.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/02-Frey-Web.t

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

revision 836 by dpavlin, Sun Dec 14 15:02:43 2008 UTC revision 837 by dpavlin, Sun Dec 14 15:13:55 2008 UTC
# Line 2  Line 2 
2  use strict;  use strict;
3  use warnings;  use warnings;
4    
5  use Test::More tests => 29;  use Test::More tests => 31;
6  use lib 'lib';  use lib 'lib';
7    
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
# Line 73  like( $error, qr{test,ignore.*$0}s, "hav Line 73  like( $error, qr{test,ignore.*$0}s, "hav
73    
74  ok( $o->dump_max_bytes, 'dump_max_bytes' );  ok( $o->dump_max_bytes, 'dump_max_bytes' );
75    
76    ok( $html = $o->html_self, 'html_self' );
77    diag $html if $debug;
78    like( $html, qr{=HASH}s, "have self" );
79    
80    

Legend:
Removed from v.836  
changed lines
  Added in v.837

  ViewVC Help
Powered by ViewVC 1.1.26