From: PJ Fanning Date: Mon, 18 Oct 2021 20:32:02 +0000 (+0000) Subject: [bug-65255] add test case but cannot reproduce issue X-Git-Tag: REL_5_2_0~358 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ba08e1a46c85c32531c1b5ae259e5a73f4654bfa;p=poi.git [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 --- 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, " + "|" + - "" - + "", + "bug65255.doc, meta content=\"王久君\"" }) void testFile(String file, String contains) throws Exception { boolean emulatePictureStorage = !file.contains("equation"); diff --git a/test-data/document/bug65255.doc b/test-data/document/bug65255.doc new file mode 100644 index 0000000000..db1603cc99 Binary files /dev/null and b/test-data/document/bug65255.doc differ