mirror of https://github.com/apache/poi.git
fixed HWPF tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353640 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
16f76ee069
commit
bbb80b9fdb
|
@ -47,7 +47,7 @@ public class HWPFDocFixture
|
|||
filename = "c:";
|
||||
}
|
||||
|
||||
filename = filename + "/blankplus.doc";
|
||||
filename = filename + "/test.doc";
|
||||
|
||||
|
||||
POIFSFileSystem filesystem = new POIFSFileSystem(new FileInputStream(
|
||||
|
|
Loading…
Reference in New Issue