--- trunk/t/02-Frey-Web.t 2008/12/14 15:13:55 837 +++ trunk/t/02-Frey-Web.t 2009/01/07 19:41:48 961 @@ -41,7 +41,7 @@ html_ok( $o->warnings_html, 'warnings_html' ); -ok( my $html = $o->page( title => 'Test', body => '' ), 'page' ); +ok( my $html = $o->html_page( title => 'Test', body => '' ), 'page' ); diag $html if $debug; like( $html, qr{text/javascript.*\.js}, 'have js' ); @@ -59,7 +59,7 @@ ok( $o->title, 'has title' ); -ok( my $html2 = $o->page( title => 'Test2', body => '' ), 'page' ); +ok( my $html2 = $o->html_page( title => 'Test2', body => '' ), 'page' ); diag $html2 if $debug; cmp_ok( length( $html ), '<', length( $html2 ), 'bigger html' );