mirror of https://github.com/apache/poi.git
fix integration test error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876741 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
661c0b66bc
commit
30280a9e5a
|
@ -169,8 +169,10 @@ public final class CopyCompare {
|
|||
de = (de.hasEntry(subDir)) ? (DirectoryEntry)de.getEntry(subDir) : de.createDirectory(subDir);
|
||||
}
|
||||
|
||||
if (event.getName() != null) {
|
||||
de.createDocument(event.getName(), is);
|
||||
}
|
||||
}
|
||||
|
||||
} catch (HPSFException | IOException ex) {
|
||||
// According to the definition of the processPOIFSReaderEvent method we cannot pass checked
|
||||
|
|
Loading…
Reference in New Issue