X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F07_bugreport.t;h=78fbdc74b4cd3742c30dd088ea1555eeea9492cb;hb=759994a97a3e747305961b38eecd825d910e0c59;hp=dedd4458e0b342fed92ba16f97472dd0e7285e4f;hpb=92ff01754ab7cfe083bdff0cdafcd325b91608ea;p=debbugs.git diff --git a/t/07_bugreport.t b/t/07_bugreport.t index dedd445..78fbdc7 100644 --- a/t/07_bugreport.t +++ b/t/07_bugreport.t @@ -74,7 +74,8 @@ my $mech = Test::WWW::Mechanize->new(); $mech->get_ok('http://localhost:'.$port.'/?bug=1', 'Page received ok'); -ok($mech->content() =~ qr/\\#1\s+\-\s+Submitting a bug/i, +ok($mech->content() =~ qr/\\#1.+Submitting a bug/i, 'Title of bug is submitting a bug'); # Other tests for bugs in the page should be added here eventually +