]> source.dussan.org Git - poi.git/commitdiff
manually test Bug33519.doc
authorSergey Vladimirov <sergey@apache.org>
Tue, 5 Jul 2011 03:04:18 +0000 (03:04 +0000)
committerSergey Vladimirov <sergey@apache.org>
Tue, 5 Jul 2011 03:04:18 +0000 (03:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142882 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java

index ad593324f8d70968b214a8c61c380354a6071351..5d12716590b9516b6ca665cbc73016ec82d54b98 100644 (file)
@@ -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" );