You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/02/18 18:53:13 UTC

svn commit: r1731101 - /poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java

Author: onealj
Date: Thu Feb 18 17:53:13 2016
New Revision: 1731101

URL: http://svn.apache.org/viewvc?rev=1731101&view=rev
Log:
bug 58896: comment out time-dependent test

Modified:
    poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java

Modified: poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java?rev=1731101&r1=1731100&r2=1731101&view=diff
==============================================================================
--- poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java (original)
+++ poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java Thu Feb 18 17:53:13 2016
@@ -1471,9 +1471,9 @@ public abstract class BaseTestBugzillaIs
         //    fail("Best fit width time per cell exceeded 50000 ns: " + bestFitWidthTimePerCell_ns + " ns");
         //}
         
-        if (totalTime_s > 10) {
-            fail("Total time exceeded 10 seconds: " + totalTime_s + " s");
-        }
+        //if (totalTime_s > 10) {
+        //    fail("Total time exceeded 10 seconds: " + totalTime_s + " s");
+        //}
     }
     
     protected long time() {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org