mirror of https://github.com/apache/poi.git
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:
parent
7a41cc167e
commit
3e6ff27406
|
@ -125,9 +125,9 @@ public class TestWordToHtmlConverter extends TestCase
|
|||
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>" ) );
|
||||
}
|
||||
|
|
|
@ -308,7 +308,7 @@ public final class TestWordExtractor extends TestCase {
|
|||
|
||||
public void testFirstParagraphFix() throws Exception {
|
||||
extractor = new WordExtractor(
|
||||
POIDataSamples.getDocumentInstance().openResourceAsStream("MBD001D0B89.doc")
|
||||
POIDataSamples.getDocumentInstance().openResourceAsStream("Bug48075.doc")
|
||||
);
|
||||
|
||||
String text = extractor.getText();
|
||||
|
|
Loading…
Reference in New Issue