]> source.dussan.org Git - poi.git/commitdiff
rename MBD001D0B89.doc to Bug48075.doc
authorSergey Vladimirov <sergey@apache.org>
Mon, 11 Jul 2011 18:45:46 +0000 (18:45 +0000)
committerSergey Vladimirov <sergey@apache.org>
Mon, 11 Jul 2011 18:45:46 +0000 (18:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145288 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java
src/scratchpad/testcases/org/apache/poi/hwpf/extractor/TestWordExtractor.java
test-data/document/Bug48075.doc [new file with mode: 0644]
test-data/document/MBD001D0B89.doc [deleted file]

index ab9daa51ff38778521d3d47093356d25694d0c36..2fd6be153f6ae673e2d8f74740a80408c621170d 100644 (file)
@@ -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>" ) );
     }
index b1d565d00cbe3c13467642a62d9f111fc2148d07..cbc7db1d142f722358ebc2c99161440a8b9227bf 100644 (file)
@@ -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();
diff --git a/test-data/document/Bug48075.doc b/test-data/document/Bug48075.doc
new file mode 100644 (file)
index 0000000..386b530
Binary files /dev/null and b/test-data/document/Bug48075.doc differ
diff --git a/test-data/document/MBD001D0B89.doc b/test-data/document/MBD001D0B89.doc
deleted file mode 100644 (file)
index 386b530..0000000
Binary files a/test-data/document/MBD001D0B89.doc and /dev/null differ