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 2013/05/30 17:01:47 UTC

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

Author: markt
Date: Thu May 30 15:01:47 2013
New Revision: 1487882

URL: http://svn.apache.org/r1487882
Log:
Get these tests passing on my Mac

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=1487882&r1=1487881&r2=1487882&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java (original)
+++ tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java Thu May 30 15:01:47 2013
@@ -224,7 +224,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 = 400000;
+        private static final int hugeSize = 2000000;
 
         private Context context;
 
@@ -340,7 +340,7 @@ public class TestSwallowAbortedUploads e
 
         private static final String URI = "/uploadAborted";
         private static final String servletName = "uploadAborted";
-        private static final int hugeSize = 400000;
+        private static final int hugeSize = 2000000;
 
         private Context context;
 



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