jsachs 2002/10/08 14:45:29
Modified: perl-framework/t/apache contentlength.t Log: you must have echo_post compiled, or this test will fail. Revision Changes Path 1.2 +1 -1 httpd-test/perl-framework/t/apache/contentlength.t Index: contentlength.t =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/t/apache/contentlength.t,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- contentlength.t 17 Jun 2002 23:09:16 -0000 1.1 +++ contentlength.t 8 Oct 2002 21:45:29 -0000 1.2 @@ -32,7 +32,7 @@ my $module = 'default'; my $cycle = 0; -plan tests => $tests; +plan tests => $tests, ['eat_post']; print "testing $module\n";
