Browse Source

remove stray stacktrace

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839385 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_0_0_FINAL
PJ Fanning 5 years ago
parent
commit
11f7740ab9

+ 0
- 1
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java View File

@@ -1946,7 +1946,6 @@ public final class TestXSSFBugs extends BaseTestBugzillaIssues {
fail("should have thrown SAXParseException");
} catch (SAXParseException e) {
assertNotNull(e.getMessage());
e.printStackTrace();
assertTrue(e.getMessage().contains("more than \"1\" entity"));
}
}

Loading…
Cancel
Save