fix copy-paste error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761655 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a36aa3a37
commit
0558c3a085
@ -292,7 +292,7 @@ public class TestVBAMacroReader {
|
|||||||
public void bug60158() throws IOException {
|
public void bug60158() throws IOException {
|
||||||
try {
|
try {
|
||||||
fromFile(POIDataSamples.getDocumentInstance(), "60158.docm");
|
fromFile(POIDataSamples.getDocumentInstance(), "60158.docm");
|
||||||
fail("This test passes now. Please update the unit test and bug 59858.");
|
fail("This test passes now. Please update the unit test and bug 60158.");
|
||||||
} catch (ArrayIndexOutOfBoundsException e) {
|
} catch (ArrayIndexOutOfBoundsException e) {
|
||||||
skipTest(e);
|
skipTest(e);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user