geoff 2004/07/12 10:03:50
Modified: perl-framework/t/apache errordoc.t
Log:
'ErrorDocument default' backported to 2.0
Revision Changes Path
1.3 +1 -2 httpd-test/perl-framework/t/apache/errordoc.t
Index: errordoc.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/apache/errordoc.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- errordoc.t 12 Jul 2004 16:44:47 -0000 1.2
+++ errordoc.t 12 Jul 2004 17:03:49 -0000 1.3
@@ -59,8 +59,7 @@
'/redefine/notfound.html code');
# 1.3 requires quotes for hard-coded messages
- my $expected = have_min_apache_version('2.1') ? qr/Not Found/ :
- have_apache(2) ? 'default' :
+ my $expected = have_apache(2) ? qr/Not Found/ :
qr/Additionally, a 500/;
ok t_cmp($content,