joes 2003/04/18 07:50:11
Modified: t/apreq big_input.t cookie.t inherit.t request.t
Log:
s/::/__/ to sync with latest Apache::Test uris.
Revision Changes Path
1.2 +1 -1 httpd-apreq/t/apreq/big_input.t
Index: big_input.t
===================================================================
RCS file: /home/cvs/httpd-apreq/t/apreq/big_input.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- big_input.t 5 Apr 2002 19:42:20 -0000 1.1
+++ big_input.t 18 Apr 2003 14:50:10 -0000 1.2
@@ -8,7 +8,7 @@
use Apache::TestUtil;
use Apache::TestRequest qw(GET_BODY POST_BODY);
-my $location = "/TestApReq::big_input";
+my $location = "/TestApReq__big_input";
my @key_len = (5, 100, 305);
my @key_num = (5, 15, 26);
1.2 +1 -1 httpd-apreq/t/apreq/cookie.t
Index: cookie.t
===================================================================
RCS file: /home/cvs/httpd-apreq/t/apreq/cookie.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cookie.t 5 Apr 2002 19:42:20 -0000 1.1
+++ cookie.t 18 Apr 2003 14:50:10 -0000 1.2
@@ -9,7 +9,7 @@
plan tests => 1;
-my $location = "/TestApReq::cookie";
+my $location = "/TestApReq__cookie";
{
# basic param() test
1.2 +1 -1 httpd-apreq/t/apreq/inherit.t
Index: inherit.t
===================================================================
RCS file: /home/cvs/httpd-apreq/t/apreq/inherit.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inherit.t 5 Apr 2003 23:29:37 -0000 1.1
+++ inherit.t 18 Apr 2003 14:50:10 -0000 1.2
@@ -7,7 +7,7 @@
use Apache::TestRequest qw(GET_BODY UPLOAD_BODY);
plan tests => 1;
-my $location = "/TestApReq::inherit";
+my $location = "/TestApReq__inherit";
ok t_cmp(<< 'VALUE', GET_BODY($location), "inheritance");
method => GET
VALUE
1.2 +1 -1 httpd-apreq/t/apreq/request.t
Index: request.t
===================================================================
RCS file: /home/cvs/httpd-apreq/t/apreq/request.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- request.t 5 Apr 2002 19:42:20 -0000 1.1
+++ request.t 18 Apr 2003 14:50:10 -0000 1.2
@@ -8,7 +8,7 @@
plan tests => 2;
-my $location = "/TestApReq::request";
+my $location = "/TestApReq__request";
#print GET_BODY $location;
{