https://issues.apache.org/bugzilla/show_bug.cgi?id=56792
Tim Allison <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |FIXED --- Comment #4 from Tim Allison <[email protected]> --- Note to self: check trunk, then submit issue; check trunk, then submit issue. Trunk seems to work. The following code fails in poi-3_10_FINAL (with the appropriate stacktrace), but works in poi-3_10_BETA2 and works in trunk. public void testOleNativeGovdocs1() throws IOException, Ole10NativeException { for (int i = 3; i <=5; i++){ String fName = "oleObject"+i+"-govdocs1-268620.bin"; InputStream is = dataSamples.openResourceAsStream(fName); POIFSFileSystem fs = new POIFSFileSystem(is); Ole10Native ole = Ole10Native.createFromEmbeddedOleObject(fs); is.close(); } } -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
