From 5d449bfbc1a39aaf2cb78f04241990c8c6c37d5f Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 12 Apr 2007 14:57:20 +0000 Subject: added ant tests, updated headers --- test/scalatest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/scalatest') diff --git a/test/scalatest b/test/scalatest index 7624a0082a..bffc017c02 100755 --- a/test/scalatest +++ b/test/scalatest @@ -2,8 +2,8 @@ ############################################################################## # __ # # ________ ___ / / ___ Scala Tools Launch Script # -# / __/ __// _ | / / / _ | (c) 2002-2006, LAMP/EPFL # -# __\ \/ /__/ __ |/ /__/ __ | # +# / __/ __// _ | / / / _ | (c) 2002-2007, LAMP/EPFL # +# __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ # # /____/\___/_/ |_/____/_/ | | # # |/ # ############################################################################## @@ -703,7 +703,7 @@ if [ "$TEST_ALL" = "true" ]; then auto | script ) FILES_SCRIPT="$FILES_SCRIPT $SRCDIR/script";; esac; case "$TEST_TYPE" in - ant ) FILES_ANT="$FILES_ANT $SRCDIR/ant";; + auto | ant ) FILES_ANT="$FILES_ANT $SRCDIR/ant";; esac; fi; -- cgit v1.2.3