add ignored test and triggering document for BUG 60256
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b79defb983
commit
442815fcc5
@ -31,6 +31,7 @@ import java.util.List;
|
||||
|
||||
import org.apache.poi.POIDataSamples;
|
||||
import org.apache.poi.util.IOUtils;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
public class TestOle10Native {
|
||||
@ -107,4 +108,12 @@ public class TestOle10Native {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("BUG 60256")
|
||||
public void testOleNativeOOM() throws IOException, Ole10NativeException {
|
||||
POIFSFileSystem fs = new POIFSFileSystem(dataSamples.openResourceAsStream("60256.bin"));
|
||||
Ole10Native ole = Ole10Native.createFromEmbeddedOleObject(fs);
|
||||
}
|
||||
|
||||
}
|
||||
|
BIN
test-data/poifs/60256.bin
Normal file
BIN
test-data/poifs/60256.bin
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user