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 ad593324f..5d1271659 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" );