Author: markt
Date: Tue Jun 28 13:57:17 2011
New Revision: 1140624
URL: http://svn.apache.org/viewvc?rev=1140624&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=1140624&r1=1140623&r2=1140624&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java
(original)
+++ tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java
Tue Jun 28 13:57:17 2011
@@ -213,7 +213,7 @@ public class TestSwallowAbortedUploads e
private static final String URI = "/uploadAborted";
private static final String servletName = "uploadAborted";
private static final int limitSize = 100;
- private static final int hugeSize = 200000;
+ private static final int hugeSize = 400000;
private boolean init;
private Context context;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]