rename MBD001D0B89.doc to Bug48075.doc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145288 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-11 18:45:46 +00:00
parent 7a41cc167e
commit 3e6ff27406
3 changed files with 3 additions and 3 deletions

View File

@ -125,9 +125,9 @@ public class TestWordToHtmlConverter extends TestCase
getHtmlText( "innertable.doc" ); getHtmlText( "innertable.doc" );
} }
public void testMBD001D0B89() throws Exception public void testBug48075() throws Exception
{ {
String result = getHtmlText( "MBD001D0B89.doc" ); String result = getHtmlText( "Bug48075.doc" );
assertTrue( result.contains( "<table>" ) ); assertTrue( result.contains( "<table>" ) );
} }

View File

@ -308,7 +308,7 @@ public final class TestWordExtractor extends TestCase {
public void testFirstParagraphFix() throws Exception { public void testFirstParagraphFix() throws Exception {
extractor = new WordExtractor( extractor = new WordExtractor(
POIDataSamples.getDocumentInstance().openResourceAsStream("MBD001D0B89.doc") POIDataSamples.getDocumentInstance().openResourceAsStream("Bug48075.doc")
); );
String text = extractor.getText(); String text = extractor.getText();