/[Frey]/trunk/t/03-frey-pod.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/03-frey-pod.t

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

revision 213 by dpavlin, Mon Jul 14 23:12:48 2008 UTC revision 214 by dpavlin, Fri Oct 31 19:53:50 2008 UTC
# Line 13  BEGIN { Line 13  BEGIN {
13          use_ok('Frey::Pod');          use_ok('Frey::Pod');
14  }  }
15    
16  ok( my $o = Frey::Pod->new( class => 'Strix::User', debug => $debug ), 'new' );  ok( my $o = Frey::Pod->new( class => 'Frey::Pod', debug => $debug ), 'new' );
17  isa_ok( $o, 'Frey::Pod' );  isa_ok( $o, 'Frey::Pod' );
18  diag dump( $o ) if $debug;  diag dump( $o ) if $debug;
19    

Legend:
Removed from v.213  
changed lines
  Added in v.214

  ViewVC Help
Powered by ViewVC 1.1.26