/[Frey]/branches/dbic/t/08-Frey-ORM-Browser.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/dbic/t/08-Frey-ORM-Browser.t

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

trunk/t/03-frey-objectbrowser.t revision 60 by dpavlin, Tue Jul 8 12:20:08 2008 UTC branches/dbic/t/08-Frey-ORM-Browser.t revision 998 by dpavlin, Sun Jan 11 22:54:35 2009 UTC
# Line 11  use lib 'lib'; Line 11  use lib 'lib';
11  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
12    
13  BEGIN {  BEGIN {
14          use_ok('Frey::ObjectBrowser');          use_ok('Frey::ORM::Browser');
15  }  }
16    
17  ok( my $o = Frey::ObjectBrowser->new( debug => $debug ), 'new' );  ok( my $o = Frey::ORM::Browser->new( fey_class => 'Strix::User', debug => $debug ), 'new' );
18  isa_ok( $o, 'Frey::ObjectBrowser' );  isa_ok( $o, 'Frey::ORM::Browser' );
19  diag dump( $o ) if $debug;  diag dump( $o ) if $debug;
20    

Legend:
Removed from v.60  
changed lines
  Added in v.998

  ViewVC Help
Powered by ViewVC 1.1.26