diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-18 20:32:02 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-18 20:32:02 +0000 |
commit | ba08e1a46c85c32531c1b5ae259e5a73f4654bfa (patch) | |
tree | f470359f3c3677fcc4b56971b3131d1329e78a53 /poi-scratchpad/src/test | |
parent | 611f5273fdc6a2105a3239fc337b6500af6026ba (diff) | |
download | poi-ba08e1a46c85c32531c1b5ae259e5a73f4654bfa.tar.gz poi-ba08e1a46c85c32531c1b5ae259e5a73f4654bfa.zip |
[bug-65255] add test case but cannot reproduce issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894363 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-scratchpad/src/test')
-rw-r--r-- | poi-scratchpad/src/test/java/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-scratchpad/src/test/java/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java b/poi-scratchpad/src/test/java/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java index ed42294333..fb43f3b56c 100644 --- a/poi-scratchpad/src/test/java/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java +++ b/poi-scratchpad/src/test/java/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java @@ -96,8 +96,8 @@ public class TestWordToHtmlConverter { "width:3.4125in;height:2.3253334in;", "pictures_escher.doc, " + "<img src=\"s0.PNG\">|" + - "<img src=\"s808.PNG\">" - + "<img src=\"s808.PNG\">", + "bug65255.doc, meta content=\"ηδΉ
ε\"" }) void testFile(String file, String contains) throws Exception { boolean emulatePictureStorage = !file.contains("equation"); |