You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/11/12 13:59:44 UTC

svn commit: r1714035 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java

Author: markt
Date: Thu Nov 12 12:59:44 2015
New Revision: 1714035

URL: http://svn.apache.org/viewvc?rev=1714035&view=rev
Log:
Continue is 100, not 101.

Modified:
    tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java

Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java?rev=1714035&r1=1714034&r2=1714035&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java (original)
+++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java Thu Nov 12 12:59:44 2015
@@ -54,7 +54,7 @@ public class TestHttp2Section_8_1 extend
         parser.readFrame(true);
 
         Assert.assertEquals("3-HeadersStart\n" +
-                "3-Header-[:status]-[101]\n" +
+                "3-Header-[:status]-[100]\n" +
                 "3-Header-[date]-["+ DEFAULT_DATE + "]\n" +
                 "3-HeadersEnd\n",
                 output.getTrace());



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org