stas 2003/08/06 00:28:22
Modified: t/filter in_bbs_consume.t
Log:
httpd 2.0.40 hangs in this test (broken httpd) skip the test
Revision Changes Path
1.2 +2 -1 modperl-2.0/t/filter/in_bbs_consume.t
Index: in_bbs_consume.t
===================================================================
RCS file: /home/cvs/modperl-2.0/t/filter/in_bbs_consume.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- in_bbs_consume.t 16 May 2003 06:06:54 -0000 1.1
+++ in_bbs_consume.t 6 Aug 2003 07:28:22 -0000 1.2
@@ -5,7 +5,8 @@
use Apache::TestUtil;
use Apache::TestRequest;
-plan tests => 1;
+plan tests => 1,
+ have { "hangs in 2.0.40 " => sub { !have_apache_version("2.0.40"); } };
my $location = '/TestFilter__in_bbs_consume';