--- trunk/t/30-Frey-SVN.t 2008/12/17 19:40:31 875 +++ trunk/t/30-Frey-SVN.t 2009/01/02 16:56:42 909 @@ -17,7 +17,7 @@ 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/blockquote/, 'markup content' ); +like( $markup, qr/commit/, 'markup content' ); html_ok( $markup ); ok( my $codeswarm = $o->codeswarm_as_markup, 'codeswarm_as_markup' );