]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/07_bugreport.t
use /var/log/apache2/ as the default error log location
[debbugs.git] / t / 07_bugreport.t
index dedd4458e0b342fed92ba16f97472dd0e7285e4f..78fbdc74b4cd3742c30dd088ea1555eeea9492cb 100644 (file)
@@ -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/\<title\>\#1\s+\-\s+Submitting a bug/i,
+ok($mech->content() =~ qr/\<title\>\#1.+Submitting a bug/i,
    'Title of bug is submitting a bug');
 
 # Other tests for bugs in the page should be added here eventually
+