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

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

revision 446 by dpavlin, Wed Nov 19 03:11:11 2008 UTC revision 460 by dpavlin, Wed Nov 19 17:57:48 2008 UTC
# Line 2  Line 2 
2  use strict;  use strict;
3  use warnings;  use warnings;
4    
5  use Test::More tests => 21;  use Test::More tests => 23;
6  use lib 'lib';  use lib 'lib';
7    
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
# Line 60  cmp_ok( length( $html ), '<', length( $h Line 60  cmp_ok( length( $html ), '<', length( $h
60    
61  like( $html2, qr{frey\.css}, 'have css' );  like( $html2, qr{frey\.css}, 'have css' );
62  like( $html2, qr{ext}, 'have js' );  like( $html2, qr{ext}, 'have js' );
63    
64    ok( my $error = $o->error('test,ignore'), 'error' );
65    diag $error if $debug;
66    like( $error, qr{test,ignore.*$0}s, "have $0" );
67    

Legend:
Removed from v.446  
changed lines
  Added in v.460

  ViewVC Help
Powered by ViewVC 1.1.26