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 2017/11/16 12:22:30 UTC

svn commit: r1815444 - /tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAbstractStream.java

Author: markt
Date: Thu Nov 16 12:22:30 2017
New Revision: 1815444

URL: http://svn.apache.org/viewvc?rev=1815444&view=rev
Log:
Fix back-port

Modified:
    tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAbstractStream.java

Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAbstractStream.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAbstractStream.java?rev=1815444&r1=1815443&r2=1815444&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAbstractStream.java (original)
+++ tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAbstractStream.java Thu Nov 16 12:22:30 2017
@@ -250,7 +250,7 @@ public class TestAbstractStream {
     @Test
     public void testCircular03() {
         // Setup
-        Http2UpgradeHandler handler = new Http2UpgradeHandler(new Http2Protocol(), null, null);
+        Http2UpgradeHandler handler = new Http2UpgradeHandler(null, null);
         Stream a = new Stream(Integer.valueOf(1), handler);
         Stream b = new Stream(Integer.valueOf(3), handler);
         Stream c = new Stream(Integer.valueOf(5), handler);



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