--- trunk/t/30-Frey-Web-Flowplayer.t 2008/12/15 18:32:49 844 +++ trunk/t/30-Frey-Web-FLVPlayer.t 2008/12/15 20:36:45 853 @@ -16,5 +16,5 @@ ok( my $o = Frey::Web::FLVPlayer->new( request_url => '/', debug => $debug ), 'new' ); ok( my $markup = $o->as_markup, 'as_markup' ); diag $markup if $debug; -like( $markup, qr/flowplayer/, 'markup content' ); +like( $markup, qr/player_flv.+swf/, 'markup content' );