Fix from Josh to enable ScalaCheck support

This commit is contained in:
Mark Harrah 2009-11-27 10:31:44 -05:00
parent 1e0424153a
commit e6125354d6
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ abstract class BasicScalaProject extends ScalaProject with BasicDependencyProjec
def testFrameworks: Seq[TestFramework] =
{
import TestFrameworks.{ScalaCheck, ScalaTest, Specs}
/*ScalaCheckFramework :: SpecsFramework ::*/ ScalaTest :: Nil
ScalaCheckFramework :: /*SpecsFramework ::*/ ScalaTest :: Nil
}
/** The list of listeners for testing. */
def testListeners: Seq[TestReportListener] = TestLogger(log) :: Nil