X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F07_bugreport.t;h=78fbdc74b4cd3742c30dd088ea1555eeea9492cb;hb=4c244879af2b9e8c0055968d7ffb054646cb7607;hp=dedd4458e0b342fed92ba16f97472dd0e7285e4f;hpb=70cf77464dc1d0966e821892d73b2dd6d1babc70;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 +