Skip to content

Commit

Permalink
Merge pull request playframework#714 from nraychaudhuri/967_fix_junit…
Browse files Browse the repository at this point in the history
…_tests

967 fix junit tests
  • Loading branch information
guillaumebort committed Jan 30, 2013
2 parents e8cd9ba + af2de7c commit f08a441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
4 changes: 2 additions & 2 deletions framework/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ object PlayBuild extends Build {
specsBuild % "test",

"org.mockito" % "mockito-all" % "1.9.0" % "test",
"com.novocode" % "junit-interface" % "0.10-M2" % "test",
"com.novocode" % "junit-interface" % "0.9" % "test",

"org.fluentlenium" % "fluentlenium-festassert" % "0.7.3" % "test" exclude("org.jboss.netty", "netty"),
"org.scala-lang" % "scala-reflect" % "2.10.0"
Expand Down Expand Up @@ -581,7 +581,7 @@ object PlayBuild extends Build {
val testDependencies = Seq(
"junit" % "junit-dep" % "4.10",
specsBuild,
"com.novocode" % "junit-interface" % "0.10-M2",
"com.novocode" % "junit-interface" % "0.9",

"org.fluentlenium" % "fluentlenium-festassert" % "0.7.3" exclude("org.jboss.netty", "netty")
)
Expand Down
2 changes: 1 addition & 1 deletion framework/src/sbt-plugin/src/main/scala/PlaySettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ trait PlaySettings {

testOptions in Test += Tests.Argument(TestFrameworks.Specs2, "sequential", "true"),

testOptions in Test += Tests.Argument(TestFrameworks.JUnit, "junitxml", "console", "--ignore-runners=org.specs2.runner.JUnitRunner"),
testOptions in Test += Tests.Argument(TestFrameworks.JUnit, "junitxml", "console"),

testListeners <<= (target, streams).map((t, s) => Seq(new eu.henkelmann.sbt.JUnitXmlTestsListener(t.getAbsolutePath, s.log))),

Expand Down
26 changes: 0 additions & 26 deletions framework/test/integrationtest-scala/test/RunWithSpec.scala

This file was deleted.

0 comments on commit f08a441

Please sign in to comment.