dougm 01/12/19 19:52:50
Modified: perl-framework/t/apache post.t
perl-framework/t/filter input_body.t
Log:
no longer require LWP to run tests
Revision Changes Path
1.5 +1 -1 httpd-test/perl-framework/t/apache/post.t
Index: post.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/apache/post.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- post.t 2001/11/01 20:49:48 1.4
+++ post.t 2001/12/20 03:52:50 1.5
@@ -7,7 +7,7 @@
#1k..9k, 10k..50k, 100k, 300k, 500k, 2Mb, 4Mb, 6Mb, 10Mb
my @sizes = (1..9, 10..50, 100); #300, 500, 2000, 4000, 6000, 10_000);
#XXX: ssl currently falls over here
-plan tests => scalar @sizes, [qw(echo_post LWP)];
+plan tests => scalar @sizes, [qw(echo_post)];
my $location = "/echo_post";
1.2 +1 -1 httpd-test/perl-framework/t/filter/input_body.t
Index: input_body.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/filter/input_body.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- input_body.t 2001/08/11 01:15:04 1.1
+++ input_body.t 2001/12/20 03:52:50 1.2
@@ -4,7 +4,7 @@
use Apache::Test;
use Apache::TestRequest;
-plan tests => 2, [qw(input_body_filter LWP)];
+plan tests => 2, [qw(input_body_filter)];
my $location = '/input_body_filter';