You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2008/06/10 18:44:56 UTC

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

Author: jim
Date: Tue Jun 10 09:44:56 2008
New Revision: 666193

URL: http://svn.apache.org/viewvc?rev=666193&view=rev
Log:
Note test reason

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

Modified: httpd/test/framework/trunk/t/modules/proxy.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/proxy.t?rev=666193&r1=666192&r2=666193&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/proxy.t (original)
+++ httpd/test/framework/trunk/t/modules/proxy.t Tue Jun 10 09:44:56 2008
@@ -36,10 +36,10 @@
         skip "skipping tests with httpd <2.1.0" foreach (1..2);
     }
     $r = GET("/reverse/modules/cgi/nph-interim1.pl");
-    ok t_cmp($r->code, 200, "small number of interim responses");
+    ok t_cmp($r->code, 200, "small number of interim responses - CVE-2008-2364");
 
     $r = GET("/reverse/modules/cgi/nph-interim2.pl");
-    ok t_cmp($r->code, 502, "large number of interim responses");
+    ok t_cmp($r->code, 502, "large number of interim responses - CVE-2008-2364");
 
 } else {
     skip "skipping tests without CGI module" foreach (1..10);