mirror of https://github.com/apache/poi.git
[[51686]] rename testWORD.doc to Bug51686.doc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1160143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
879fc2dc1c
commit
3d2c134a96
|
@ -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);
|
POIFSFileSystem fs = new POIFSFileSystem(is);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue