/[Frey]/branches/no-pager/t/40-designer.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/no-pager/t/40-designer.t

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

revision 761 by dpavlin, Wed Dec 3 21:12:43 2008 UTC revision 762 by dpavlin, Tue Dec 9 20:28:33 2008 UTC
# Line 10  use lib 'lib'; Line 10  use lib 'lib';
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
11    
12  BEGIN {  BEGIN {
13          use_ok('Frey::Designer');          use_ok('Frey::HTML::Designer');
14  }  }
15    
16  ok( my $o = Frey::Designer->new( debug => $debug, uri => 'http://localhost' ), 'new' );  ok( my $o = Frey::HTML::Designer->new( debug => $debug, uri => 'http://localhost' ), 'new' );
17  isa_ok( $o, 'Frey::Designer' );  isa_ok( $o, 'Frey::HTML::Designer' );
18  diag dump( $o ) if $debug;  diag dump( $o ) if $debug;
19    
20  ok( defined $o->uri, 'uri' );  ok( defined $o->uri, 'uri' );

Legend:
Removed from v.761  
changed lines
  Added in v.762

  ViewVC Help
Powered by ViewVC 1.1.26