/[Apache-SVN]/perl/modperl/trunk/t/filter/in_bbs_body.t
ViewVC logotype

Diff of /perl/modperl/trunk/t/filter/in_bbs_body.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/trunk/t/filter/in_bbs_body.t	2005/03/29 04:00:19	159345
+++ perl/modperl/trunk/t/filter/in_bbs_body.t	2005/03/29 04:15:05	159346
@@ -1,14 +1,13 @@
 use strict;
 use warnings FATAL => 'all';
 
-use Apache::Test;
 use Apache::TestRequest;
 
-plan tests => 2;
-
 my $location = '/TestFilter__in_bbs_body';
 
-for my $x (1,2) {
+print GET_BODY_ASSERT $location;
+
+for my $x (2..3) {
     my $data = scalar reverse "ok $x\n";
     print POST_BODY_ASSERT $location, content => $data;
 }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26