Browse Source

[[51686]] rename testWORD.doc to Bug51686.doc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1160143 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_8_BETA4
Sergey Vladimirov 12 years ago
parent
commit
3d2c134a96

+ 8
- 2
src/scratchpad/testcases/org/apache/poi/hwpf/extractor/TestWordExtractor.java View File

@@ -358,8 +358,14 @@ public final class TestWordExtractor extends TestCase {
}
}

public void testRootEntiesNavigation() throws IOException {
InputStream is = POIDataSamples.getDocumentInstance().openResourceAsStream("testWORD.doc");
/**
* [RESOLVED FIXED] Bug 51686 - Update to POI 3.8 beta 4 causes
* ConcurrentModificationException in Tika's OfficeParser
*/
public void testRootEntiesNavigation() throws IOException
{
InputStream is = POIDataSamples.getDocumentInstance()
.openResourceAsStream( "Bug51686.doc" );

POIFSFileSystem fs = new POIFSFileSystem(is);


test-data/document/testWORD.doc → test-data/document/Bug51686.doc View File


Loading…
Cancel
Save