/[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 156 by dpavlin, Thu Jul 17 17:55:39 2008 UTC revision 161 by dpavlin, Thu Jul 17 19:33:51 2008 UTC
# Line 25  BEGIN { Line 25  BEGIN {
25  isa_ok( Frey::Web->meta, 'Moose::Meta::Role' );  isa_ok( Frey::Web->meta, 'Moose::Meta::Role' );
26    
27    
28  ok( my $o = Mock->new( debug => $debug ), 'new' );  ok( my $o = Mock->new( debug => $debug, inline_smaller_than => 1 ), 'new' );
29  diag $o->dump(2) if $debug;  diag $o->dump(2) if $debug;
30    
31  ok( $o->add_head( '/static/lib/Joose.js' ), 'add_head js' );  ok( $o->add_head( '/static/lib/Joose.js' ), 'add_head js' );

Legend:
Removed from v.156  
changed lines
  Added in v.161

  ViewVC Help
Powered by ViewVC 1.1.26