From 464c239ed4d943491e0df8d70650ce974eae9365 Mon Sep 17 00:00:00 2001 From: Sergey Vladimirov Date: Tue, 5 Jul 2011 03:04:18 +0000 Subject: [PATCH] manually test Bug33519.doc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142882 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/poi/hwpf/converter/TestWordToHtmlConverter.java | 5 +++++ 1 file changed, 5 insertions(+) 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" ); -- 2.39.5