mirror of https://github.com/apache/poi.git
Fixed a problem that was causing tests to fail.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a947ccdec
commit
34dc88c094
|
@ -55,6 +55,8 @@ public class HWPFDocFixture
|
|||
(DocumentEntry) filesystem.getRoot().getEntry(name);
|
||||
_tableStream = new byte[tableProps.getSize()];
|
||||
filesystem.createDocumentInputStream(name).read(_tableStream);
|
||||
|
||||
_fib.fillVariableFields(_mainStream, _tableStream);
|
||||
}
|
||||
catch (Throwable t)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue