Author: onealj
Date: Wed Sep 21 01:15:39 2016
New Revision: 1761655
URL: http://svn.apache.org/viewvc?rev=1761655&view=rev
Log:
fix copy-paste error
Modified:
poi/trunk/src/testcases/org/apache/poi/poifs/macros/TestVBAMacroReader.java
Modified:
poi/trunk/src/testcases/org/apache/poi/poifs/macros/TestVBAMacroReader.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/poifs/macros/TestVBAMacroReader.java?rev=1761655&r1=1761654&r2=1761655&view=diff
==============================================================================
--- poi/trunk/src/testcases/org/apache/poi/poifs/macros/TestVBAMacroReader.java
(original)
+++ poi/trunk/src/testcases/org/apache/poi/poifs/macros/TestVBAMacroReader.java
Wed Sep 21 01:15:39 2016
@@ -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);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]