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 2015/12/29 11:44:57 UTC

svn commit: r1722094 - /poi/trunk/src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java

Author: onealj
Date: Tue Dec 29 10:44:57 2015
New Revision: 1722094

URL: http://svn.apache.org/viewvc?rev=1722094&view=rev
Log:
add comment

Modified:
    poi/trunk/src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java

Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java?rev=1722094&r1=1722093&r2=1722094&view=diff
==============================================================================
--- poi/trunk/src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java (original)
+++ poi/trunk/src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java Tue Dec 29 10:44:57 2015
@@ -60,6 +60,7 @@ public final class TestWorkbookFactory {
      */
     private static void assertCloseDoesNotModifyFile(String filename, Workbook wb) throws IOException {
         final byte[] before = HSSFTestDataSamples.getTestDataFileContent(filename);
+        // FIXME: replace with wb.close() when bug 58779 is resolved
         closeOrRevert(wb);
         final byte[] after = HSSFTestDataSamples.getTestDataFileContent(filename);
         assertArrayEquals(filename + " sample file was modified as a result of closing the workbook",



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