We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d8061c + f100889 commit 00b4f4aCopy full SHA for 00b4f4a
scalatest/src/main/scala/org/scalatest/tools/JUnitXmlReporter.scala
@@ -459,8 +459,7 @@ private[scalatest] class JUnitXmlReporter(directory: String) extends Reporter {
459
<properties> {
460
for (name <- propertyNames(sysprops))
461
yield
462
- <property name={ name } value = { sysprops.getProperty(name) }>
463
- </property>
+ <property name={ name } value = { sysprops.getProperty(name) }/>
464
}
465
</properties>
466
0 commit comments