]> source.dussan.org Git - poi.git/commitdiff
add comment
authorJaven O'Neal <onealj@apache.org>
Tue, 29 Dec 2015 10:44:57 +0000 (10:44 +0000)
committerJaven O'Neal <onealj@apache.org>
Tue, 29 Dec 2015 10:44:57 +0000 (10:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722094 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java

index 72ba65546eaf2be982b550c13ee8781d6a9fd011..ef4c9576edaefc4d5ebf50ade8c9ff93a334392f 100644 (file)
@@ -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",