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:
Javen O'Neal 2016-09-21 01:15:39 +00:00
parent 9a36aa3a37
commit 0558c3a085
1 changed files with 1 additions and 1 deletions

View File

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