]> source.dussan.org Git - poi.git/commitdiff
fix copy-paste error
authorJaven O'Neal <onealj@apache.org>
Wed, 21 Sep 2016 01:15:39 +0000 (01:15 +0000)
committerJaven O'Neal <onealj@apache.org>
Wed, 21 Sep 2016 01:15:39 +0000 (01:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761655 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/poifs/macros/TestVBAMacroReader.java

index 41d2ea1754cde00d515000afb3680efbb27608d4..63fff7f967e28ff5545703ad0dff300deefe8816 100644 (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);
         }