--- trunk/t/30-Frey-Class-Graph.t 2009/01/09 19:45:26 973 +++ trunk/t/30-Frey-Class-Graph.t 2009/06/28 22:19:17 1099 @@ -13,7 +13,7 @@ use_ok('Frey::Class::Graph'); } -ok( my $o = Frey::Class::Graph->new( request_url => '/', debug => $debug, produce_dot => 1 ), 'new' ); +ok( my $o = Frey::Class::Graph->new( request_url => '/', debug => $debug, layout => 'dot', produce_dot => 1 ), 'new' ); ok( my $markup = $o->as_markup, 'as_markup' ); diag $markup if $debug; like( $markup, qr/graph/, 'dot graph' );