You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2013/01/19 17:29:25 UTC

svn commit: r1435586 - /httpd/test/framework/trunk/t/apache/http_strict.t

Author: sf
Date: Sat Jan 19 16:29:25 2013
New Revision: 1435586

URL: http://svn.apache.org/viewvc?rev=1435586&view=rev
Log:
comment out tests for checks that are not yet implemented

Modified:
    httpd/test/framework/trunk/t/apache/http_strict.t

Modified: httpd/test/framework/trunk/t/apache/http_strict.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/apache/http_strict.t?rev=1435586&r1=1435585&r2=1435586&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/http_strict.t (original)
+++ httpd/test/framework/trunk/t/apache/http_strict.t Sat Jan 19 16:29:25 2013
@@ -37,8 +37,8 @@ my @test_cases = (
     [ "GET / HTTP/1.0\r\nFoo bar\r\n\r\n"           => 400],
     [ "GET / HTTP/1.0\r\n: bar\r\n\r\n"             => 400],
     [ "GET / HTTP/1.0\r\nFoo:bar\r\n\r\n"           => 200],
-    [ "GET / HTTP/1.0\r\nFoo :bar\r\n\r\n"          => 400],
-    [ "GET / HTTP/1.0\r\n Foo:bar\r\n\r\n"          => 400],
+    # XXX TODO [ "GET / HTTP/1.0\r\nFoo :bar\r\n\r\n"          => 400],
+    # XXX TODO [ "GET / HTTP/1.0\r\n Foo:bar\r\n\r\n"          => 400],
     [ "GET / HTTP/1.0\r\nF\x01o: bar\r\n\r\n"       => 400],
     [ "GET / HTTP/1.0\r\nF\ro: bar\r\n\r\n"         => 400],
     [ "GET / HTTP/1.0\r\nF\to: bar\r\n\r\n"         => 400],