nonius icon indicating copy to clipboard operation
nonius copied to clipboard

No closing tag for element property in xml-file

Open spiderDevel opened this issue 7 years ago • 0 comments

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" />

spiderDevel avatar Sep 03 '18 14:09 spiderDevel