mirror of https://github.com/apache/poi.git
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
8c2df4753f
commit
c7c7012409
|
@ -292,7 +292,7 @@ public class TestVBAMacroReader {
|
|||
public void bug60158() throws IOException {
|
||||
try {
|
||||
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) {
|
||||
skipTest(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue