Skip to content

Commit ac9cdc1

Browse files
DB Tsairxin
authored andcommitted
[SPARK-2413] Upgrade junit_xml_listener to 0.5.1
which fixes the following issues 1) fix the class name to be fully qualified classpath 2) make sure the the reporting time is in second not in miliseond, which causing JUnit HTML to report incorrect number 3) make sure the duration of the tests are accumulative. Author: DB Tsai <[email protected]> Closes apache#1333 from dbtsai/dbtsai-junit and squashes the following commits: bbeac4b [DB Tsai] Upgrade junit_xml_listener to 0.5.1 which fixes the following issues
1 parent bf04a39 commit ac9cdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.4.0")
2121

2222
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")
2323

24-
addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.0")
24+
addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
2525

2626
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.0")

0 commit comments

Comments
 (0)