You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by Markus Wichitill <ma...@gmx.de> on 2004/07/22 03:39:08 UTC

[apreq-2] t/response/TestApReq/inherit.pm cookies

t/response/TestApReq/inherit.pm is missing the $jar->cookie to $jar->cookies 
change.

Index: glue/perl/t/response/TestApReq/inherit.pm
===================================================================
RCS file: 
/home/cvspublic/httpd-apreq-2/glue/perl/t/response/TestApReq/inherit.pm,v
retrieving revision 1.5
diff -u -r1.5 inherit.pm
--- glue/perl/t/response/TestApReq/inherit.pm  9 Feb 2004 21:58:37 -0000  1.5
+++ glue/perl/t/response/TestApReq/inherit.pm  22 Jul 2004 01:24:45 -0000
@@ -15,7 +15,7 @@
      my $j = Apache::Cookie->jar($r->env);
      my $req = bless { r => $r, j => $j };
      $req->printf("method => %s\n", $req->method);
-    $req->printf("cookie => %s\n", $req->cookie("apache")->as_string);
+    $req->printf("cookie => %s\n", $req->cookies("apache")->as_string);
      return 0;
  }


Re: [apreq-2] t/response/TestApReq/inherit.pm cookies

Posted by Joe Schaefer <jo...@sunstarsys.com>.
Markus Wichitill <ma...@gmx.de> writes:

> t/response/TestApReq/inherit.pm is missing the $jar->cookie to
> $jar->cookies change.

[...]

Thanks, applied.

-- 
Joe Schaefer