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
60df7a2504
commit
5d03b1e169
@ -55,6 +55,8 @@ public class HWPFDocFixture
|
|||||||
(DocumentEntry) filesystem.getRoot().getEntry(name);
|
(DocumentEntry) filesystem.getRoot().getEntry(name);
|
||||||
_tableStream = new byte[tableProps.getSize()];
|
_tableStream = new byte[tableProps.getSize()];
|
||||||
filesystem.createDocumentInputStream(name).read(_tableStream);
|
filesystem.createDocumentInputStream(name).read(_tableStream);
|
||||||
|
|
||||||
|
_fib.fillVariableFields(_mainStream, _tableStream);
|
||||||
}
|
}
|
||||||
catch (Throwable t)
|
catch (Throwable t)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user