--- trunk/t/30-Frey-SVN.t 2008/12/09 20:31:31 769 +++ trunk/t/30-Frey-SVN.t 2008/12/10 22:49:31 804 @@ -16,5 +16,5 @@ ok( my $o = Frey::SVN->new( request_url => '/', debug => $debug ), 'new' ); ok( my $markup = $o->as_markup, 'as_markup' ); diag $markup if $debug; -like( $markup, qr/skeleton/, 'markup content' ); +like( $markup, qr/blockquote/, 'markup content' );