From: Sergey Vladimirov Date: Tue, 5 Jul 2011 03:04:18 +0000 (+0000) Subject: manually test Bug33519.doc X-Git-Tag: REL_3_8_BETA4~318 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=464c239ed4d943491e0df8d70650ce974eae9365;p=poi.git manually test Bug33519.doc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142882 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java b/src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java index ad593324f8..5d12716590 100644 --- a/src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java +++ b/src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java @@ -62,6 +62,11 @@ public class TestWordToHtmlConverter extends TestCase return result; } + public void testBug33519() throws Exception + { + getHtmlText( "Bug33519.doc" ); + } + public void testBug46610_2() throws Exception { String result = getHtmlText( "Bug46610_2.doc" );