diff options
author | Tim Allison <tallison@apache.org> | 2017-04-04 02:06:46 +0000 |
---|---|---|
committer | Tim Allison <tallison@apache.org> | 2017-04-04 02:06:46 +0000 |
commit | 6fe3b75bfddc05199ea54b8c419e2d61cb3cfdd5 (patch) | |
tree | 7d27ab105d136fe428101cdbe76ab49965a45bfb /src/integrationtest/org | |
parent | bd5ea8d3b75f3c8b954031c732015ab00868ba27 (diff) | |
download | poi-6fe3b75bfddc05199ea54b8c419e2d61cb3cfdd5.tar.gz poi-6fe3b75bfddc05199ea54b8c419e2d61cb3cfdd5.zip |
bug 50955 -- word 6.0 charset fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790061 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest/org')
-rw-r--r-- | src/integrationtest/org/apache/poi/TestAllFiles.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 25ac41a9be..19edc1455b 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -218,6 +218,9 @@ public class TestAllFiles { "document/Word6_sections2.doc", "document/Word95.doc", "document/word95err.doc", + "document/Bug60936.doc", + "document/Bug60942.doc", + "document/Bug60942b.doc", "hpsf/TestMickey.doc", "document/52117.doc" ); |