--- trunk/t/03-frey-classbrowser.t 2008/07/13 18:51:29 119 +++ trunk/t/03-frey-classbrowser.t 2008/07/14 21:22:43 121 @@ -18,7 +18,7 @@ isa_ok( $o, 'Frey::ClassBrowser' ); diag dump( $o ) if $debug; -ok( my $h = $o->html_markup, 'html_markup' ); +ok( my $h = $o->markup, 'markup' ); diag $h if $debug; like( $h, qr/Frey::ClassBrowser/, 'found me' );