ソースを参照

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
tags/REL_3_16_BETA1
Tim Allison 7年前
コミット
54a6e0f070
2個のファイルの変更9行の追加0行の削除
  1. 9
    0
      src/testcases/org/apache/poi/poifs/filesystem/TestOle10Native.java
  2. バイナリ
      test-data/poifs/60256.bin

+ 9
- 0
src/testcases/org/apache/poi/poifs/filesystem/TestOle10Native.java ファイルの表示

@@ -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);
}

}

バイナリ
test-data/poifs/60256.bin ファイルの表示


読み込み中…
キャンセル
保存