From 818aa0a563be13e68969e64804c2d97ef9168b45 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 27 Jun 2011 22:29:48 -0400 Subject: [PATCH] fix obvious syntax errors, but not the whole test yet --- sbt/src/sbt-test/tests/scalacheck-compat/test | 23 ++----------------- sbt/src/sbt-test/tests/scalatest-compat/test | 4 ++-- sbt/src/sbt-test/tests/test-failed/test | 3 --- 3 files changed, 4 insertions(+), 26 deletions(-) diff --git a/sbt/src/sbt-test/tests/scalacheck-compat/test b/sbt/src/sbt-test/tests/scalacheck-compat/test index 8476eb245..18dedfa4d 100644 --- a/sbt/src/sbt-test/tests/scalacheck-compat/test +++ b/sbt/src/sbt-test/tests/scalacheck-compat/test @@ -1,28 +1,9 @@ -> ++2.7.2 -> update -> test-only Success --> test-only Failure -> ++2.7.3 +> ++ 2.7.4 > update > test-only Success -> test-only Failure -> ++2.7.4 -> update -> test-only Success --> test-only Failure - -> ++2.7.5 -> update -> test-only Success --> test-only Failure - -> ++2.7.6 -> update -> test-only Success --> test-only Failure - -> ++2.7.7 +> ++ 2.7.7 > update > test-only Success -> test-only Failure \ No newline at end of file diff --git a/sbt/src/sbt-test/tests/scalatest-compat/test b/sbt/src/sbt-test/tests/scalatest-compat/test index aca8a60ee..767485a87 100644 --- a/sbt/src/sbt-test/tests/scalatest-compat/test +++ b/sbt/src/sbt-test/tests/scalatest-compat/test @@ -1,9 +1,9 @@ -> ++2.7.5 +> ++ 2.7.5 > update > test-only StackSpecSuccess -> test-only Failure -> ++2.7.7 +> ++ 2.7.7 > update > test-only StackSpecSuccess -> test-only Failure \ No newline at end of file diff --git a/sbt/src/sbt-test/tests/test-failed/test b/sbt/src/sbt-test/tests/test-failed/test index 826a46d29..dc196bd7c 100644 --- a/sbt/src/sbt-test/tests/test-failed/test +++ b/sbt/src/sbt-test/tests/test-failed/test @@ -1,6 +1,3 @@ -> ++2.8.0.Beta1-RC7 -> update - $ copy-file changes/Fail.scala src/test/scala/TestQuick.scala -> test-failed -> test-failed *