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 2011/06/28 16:38:00 UTC

svn commit: r1140645 - /tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java

Author: markt
Date: Tue Jun 28 14:37:59 2011
New Revision: 1140645

URL: http://svn.apache.org/viewvc?rev=1140645&view=rev
Log:
Increase size of file the test tries to send since there is enough buffering on my system that 200k can hide in the buffers triggering a test failure (the limit works - it just fails in a way the test doesn't expect)

Modified:
    tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java

Modified: tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java?rev=1140645&r1=1140644&r2=1140645&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java (original)
+++ tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java Tue Jun 28 14:37:59 2011
@@ -333,7 +333,7 @@ public class TestSwallowAbortedUploads e
 
         private static final String URI = "/uploadAborted";
         private static final String servletName = "uploadAborted";
-        private static final int hugeSize = 200000;
+        private static final int hugeSize = 400000;
 
         private boolean init;
         private Context context;



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