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:
Said Ryan Ackley 2004-03-03 03:22:57 +00:00
parent 60df7a2504
commit 5d03b1e169
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{