From 4af97e33e7f60e61df1483af3605050a3af5dfb6 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Fri, 8 Oct 2010 14:42:45 +0000 Subject: 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. --- test/scaladoc/IndexTest.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test/scaladoc/IndexTest.scala') diff --git a/test/scaladoc/IndexTest.scala b/test/scaladoc/IndexTest.scala index fea2fe33e3..c0404edbb8 100644 --- a/test/scaladoc/IndexTest.scala +++ b/test/scaladoc/IndexTest.scala @@ -1,4 +1,5 @@ import org.scalacheck._ +import org.scalacheck.Prop._ import scala.tools.nsc.doc import scala.tools.nsc.doc.html.page.Index -- cgit v1.2.3