mirror of https://github.com/apache/poi.git
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
6f04710390
commit
54a6e0f070
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue