You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by se...@apache.org on 2011/08/23 16:16:07 UTC

svn commit: r1160703 - /poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/converter/TestExcelToHtmlConverterSuite.java

Author: sergey
Date: Tue Aug 23 14:16:07 2011
New Revision: 1160703

URL: http://svn.apache.org/viewvc?rev=1160703&view=rev
Log:
do not test ex45698-22488.xls -- requires too much memory

Modified:
    poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/converter/TestExcelToHtmlConverterSuite.java

Modified: poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/converter/TestExcelToHtmlConverterSuite.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/converter/TestExcelToHtmlConverterSuite.java?rev=1160703&r1=1160702&r2=1160703&view=diff
==============================================================================
--- poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/converter/TestExcelToHtmlConverterSuite.java (original)
+++ poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/converter/TestExcelToHtmlConverterSuite.java Tue Aug 23 14:16:07 2011
@@ -41,7 +41,9 @@ public class TestExcelToHtmlConverterSui
     /**
      * YK: a quick hack to exclude failing documents from the suite.
      */
-    private static List<String> failingFiles = Arrays.asList();
+    private static List<String> failingFiles = Arrays.asList( //
+            /* not failing, but requires more memory */
+            "ex45698-22488.xls" );
 
     public static Test suite()
     {



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