manually test Bug33519.doc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142882 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-05 03:04:18 +00:00
parent 2cbeb04781
commit 0e6e9f649c

View File

@ -62,6 +62,11 @@ public class TestWordToHtmlConverter extends TestCase
return result; return result;
} }
public void testBug33519() throws Exception
{
getHtmlText( "Bug33519.doc" );
}
public void testBug46610_2() throws Exception public void testBug46610_2() throws Exception
{ {
String result = getHtmlText( "Bug46610_2.doc" ); String result = getHtmlText( "Bug46610_2.doc" );