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:
Tim Allison 2016-10-14 13:22:23 +00:00
parent 6f04710390
commit 54a6e0f070
2 changed files with 9 additions and 0 deletions

View File

@ -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

Binary file not shown.