https://bz.apache.org/bugzilla/show_bug.cgi?id=60763
Bug ID: 60763
Summary: XMLAssertion should not leak errors to console
Product: JMeter
Version: 3.1
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The XMLAssertion class can write errors to the console. This can be seen by
running the test XmlAssertionTest which generates the output:
[Fatal Error] :1:1: Content is not allowed in prolog.
[Fatal Error] :1:112: The end-tag for element type "note" must end with a '>'
delimiter.
This should be suppressed by defining an ErrorHandler.
--
You are receiving this mail because:
You are the assignee for the bug.