Repository: spark Updated Branches: refs/heads/master bf04a390e -> ac9cdc116
[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 #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 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ac9cdc11 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ac9cdc11 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ac9cdc11 Branch: refs/heads/master Commit: ac9cdc116e1c5fcb291a4ff168cac002a8058f05 Parents: bf04a39 Author: DB Tsai <[email protected]> Authored: Tue Jul 8 17:50:36 2014 -0700 Committer: Reynold Xin <[email protected]> Committed: Tue Jul 8 17:50:36 2014 -0700 ---------------------------------------------------------------------- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/ac9cdc11/project/plugins.sbt ---------------------------------------------------------------------- diff --git a/project/plugins.sbt b/project/plugins.sbt index 472819b..d3ac4bf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -21,6 +21,6 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.4.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6") -addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.0") +addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.0")
