--- trunk/t/40-designer.t 2008/11/19 15:28:23 455 +++ trunk/t/40-designer.t 2008/12/09 20:31:44 784 @@ -10,11 +10,11 @@ use Data::Dump qw/dump/; BEGIN { - use_ok('Frey::Designer'); + use_ok('Frey::HTML::Designer'); } -ok( my $o = Frey::Designer->new( debug => $debug, uri => 'http://localhost' ), 'new' ); -isa_ok( $o, 'Frey::Designer' ); +ok( my $o = Frey::HTML::Designer->new( debug => $debug, uri => 'http://localhost' ), 'new' ); +isa_ok( $o, 'Frey::HTML::Designer' ); diag dump( $o ) if $debug; ok( defined $o->uri, 'uri' );