Author: markt
Date: Fri Nov 25 20:58:43 2016
New Revision: 1771388

URL: http://svn.apache.org/viewvc?rev=1771388&view=rev
Log:
ws police

Modified:
    tomcat/tc8.5.x/trunk/test/org/apache/catalina/connector/TestInputBuffer.java

Modified: 
tomcat/tc8.5.x/trunk/test/org/apache/catalina/connector/TestInputBuffer.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/catalina/connector/TestInputBuffer.java?rev=1771388&r1=1771387&r2=1771388&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/test/org/apache/catalina/connector/TestInputBuffer.java 
(original)
+++ 
tomcat/tc8.5.x/trunk/test/org/apache/catalina/connector/TestInputBuffer.java 
Fri Nov 25 20:58:43 2016
@@ -73,7 +73,7 @@ public class TestInputBuffer extends Tom
 
         ByteChunk bc = new ByteChunk();
         byte[] requestBody = new byte[9500];
-        Arrays.fill(requestBody, (byte) 1); 
+        Arrays.fill(requestBody, (byte) 1);
         int rc = postUrl(requestBody, "http://localhost:"; + getPort() + "/", 
bc, null);
         Assert.assertEquals(HttpServletResponse.SC_OK, rc);
         Assert.assertEquals(requestBody.length, bc.getLength());



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to