You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by jo...@apache.org on 2005/09/21 12:29:01 UTC

svn commit: r290676 - /httpd/test/trunk/perl-framework/t/modules/proxy.t

Author: jorton
Date: Wed Sep 21 03:28:59 2005
New Revision: 290676

URL: http://svn.apache.org/viewcvs?rev=290676&view=rev
Log:
- fix skip message since the test is enabled for >= 2.0.55

Modified:
    httpd/test/trunk/perl-framework/t/modules/proxy.t

Modified: httpd/test/trunk/perl-framework/t/modules/proxy.t
URL: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/t/modules/proxy.t?rev=290676&r1=290675&r2=290676&view=diff
==============================================================================
--- httpd/test/trunk/perl-framework/t/modules/proxy.t (original)
+++ httpd/test/trunk/perl-framework/t/modules/proxy.t Wed Sep 21 03:28:59 2005
@@ -43,7 +43,7 @@
     $r = GET("/reverse/nonesuch/file%25");
     ok t_cmp($r->code, 404, "reverse proxy URI decoding issue, PR 15207");
 } else {
-    skip "skipping PR 15207 test with httpd < 2.1.0";
+    skip "skipping PR 15207 test with httpd < 2.0.55";
 }
 
 $r = GET("/reverse/notproxy/local.html");