From 07f1f6dd14f8342f40f139781317755ceb661b96 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 1 Mar 2010 05:59:11 +0000 Subject: Enabled scalacheck tests. what must be legacy scalatest.* properties to partest.*, boldly assuming that the fact that partest is pretty much unusable outside of scalac means there are no users outside of scalac who might be disrupted by eliminating old property names. Review by community. --- test/disabled/run/docgenerator.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/disabled/run') diff --git a/test/disabled/run/docgenerator.scala b/test/disabled/run/docgenerator.scala index 59f90ba415..247ad17b45 100644 --- a/test/disabled/run/docgenerator.scala +++ b/test/disabled/run/docgenerator.scala @@ -10,7 +10,7 @@ object Test { def main(args: Array[String]) { // overwrites value of UrlContext.generator in file DocUtil.scala System.setProperty("doc.generator", "scaladoc") - var dirname = System.getProperty("scalatest.output") + var dirname = System.getProperty("partest.output") if (dirname eq null) dirname = System.getProperty("java.io.tmpdir") val tmpDir = new File(dirname) tmpDir.mkdirs() -- cgit v1.2.3