Details
-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.6.8
-
Component/s: Core, Hudson Support, Jenkins Support
-
Labels:None
-
Number of attachments :
Description
When using OutcomesTable with Hamcrest matchers, if you have an outcome error, the generated value from the matcher for Long, Short, Float and Object is surrounded with '<' and '>'.
It gives an xml tag that looks like this:
<value><1234L></value>
which is invalid xml.
Hudson/Jenkins plugin then fail to produce a report for xUnit.
I think the reporter should escape these characters.
Activity
Ghislain Nadeau
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mauro Talevi
made changes -
Fix Version/s | 3.7 [ 18390 ] |
There are a few escape errors in the template report in 3.6.8 that are fixed in the snapshot version, however these errors only happen in the template version of the report.
If you are using XML_TEMPLATE, please check if the error goes away when using Format.XML instead.
(sorry, i failed to read the title properly before)