/[Apache-SVN]/httpd/test/trunk/perl-framework/t/modules/proxy.t
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/t/modules/proxy.t

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

--- httpd/test/trunk/perl-framework/t/modules/proxy.t	2004/12/02 08:09:07	109474
+++ httpd/test/trunk/perl-framework/t/modules/proxy.t	2004/12/02 08:11:22	109475
@@ -24,9 +24,9 @@ if (have_module('cgi')) {
     ok t_cmp($r->code, 200, "reverse proxy with query string");
     ok t_cmp($r->content, qr/QUERY_STRING = reverse-proxy\n/s, "reverse proxied query string OK");
 
-    $r = GET("/reverse/modules/cgi/nph-101.pl");
-    ok t_cmp($r->code, 200, "reverse proxy to nph-101");
-    ok t_cmp($r->content, "this is nph-stdout", "reverse proxy 101 response");
+    $r = GET("/reverse/modules/cgi/nph-102.pl");
+    ok t_cmp($r->code, 200, "reverse proxy to nph-102");
+    ok t_cmp($r->content, "this is nph-stdout", "reverse proxy 102 response");
 } else {
     skip "skipping tests without mod_cgi" foreach (1..6);
 }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26