]> source.dussan.org Git - poi.git/commitdiff
assertCloseDoesNotModifyFile method was adapted from method with the same name in...
authorJaven O'Neal <onealj@apache.org>
Sun, 27 Mar 2016 13:09:50 +0000 (13:09 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 27 Mar 2016 13:09:50 +0000 (13:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736744 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/ss/usermodel/BaseTestWorkbook.java

index ba1e3d08455f7505cbd29c752c33686aa2602045..346340082a3341f8b9ae931f3ad7a84275aa70ce 100644 (file)
@@ -835,6 +835,7 @@ public abstract class BaseTestWorkbook {
         wb.close();
     }
     
+    /* FIXME copied from {@link org.apache.poi.ss.TestWorkbookFactory} */
     protected static void assertCloseDoesNotModifyFile(String filename, Workbook wb) throws IOException {
         final byte[] before = HSSFTestDataSamples.getTestDataFileContent(filename);
         wb.close();