summaryrefslogtreecommitdiff
path: root/test/scaladoc/model/CommentFactoryTest.scala
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-08 14:42:45 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-08 14:42:45 +0000
commit4af97e33e7f60e61df1483af3605050a3af5dfb6 (patch)
treeb760c9211fcbce08c043f4e5677d57379699db65 /test/scaladoc/model/CommentFactoryTest.scala
parent41d7f547c03f2226748a3f9683a4e50084933776 (diff)
downloadscala-4af97e33e7f60e61df1483af3605050a3af5dfb6.tar.gz
scala-4af97e33e7f60e61df1483af3605050a3af5dfb6.tar.bz2
scala-4af97e33e7f60e61df1483af3605050a3af5dfb6.zip
Added more complete output if tests fail.
Log file is printed now right away if: - test fails due to an exception thrown in the a test - test fails due to a ScalaCheck test fail - test fails due to compiler errors in ScalaCheck tests Review by extempore.
Diffstat (limited to 'test/scaladoc/model/CommentFactoryTest.scala')
-rw-r--r--test/scaladoc/model/CommentFactoryTest.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scaladoc/model/CommentFactoryTest.scala b/test/scaladoc/model/CommentFactoryTest.scala
index 20b52b91f7..5a30b65078 100644
--- a/test/scaladoc/model/CommentFactoryTest.scala
+++ b/test/scaladoc/model/CommentFactoryTest.scala
@@ -1,4 +1,5 @@
import org.scalacheck._
+import org.scalacheck.Prop._
import scala.tools.nsc.Global
import scala.tools.nsc.doc