nonius
nonius copied to clipboard
No closing tag for element property in xml-file
When using the Junit-reporter the field "property" is not closed properly. Example: <property name="resamples" value="100000">
The property-line needs an additional "/" e.g. <property name="samples" value="100" />