summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-04-12 14:57:20 +0000
committermichelou <michelou@epfl.ch>2007-04-12 14:57:20 +0000
commit5d449bfbc1a39aaf2cb78f04241990c8c6c37d5f (patch)
tree606e9434edc0174bda7c692a348beb0e88e9ed62 /test
parent837c8180bdaea7f4547d7bc530a916f33fc80ced (diff)
downloadscala-5d449bfbc1a39aaf2cb78f04241990c8c6c37d5f.tar.gz
scala-5d449bfbc1a39aaf2cb78f04241990c8c6c37d5f.tar.bz2
scala-5d449bfbc1a39aaf2cb78f04241990c8c6c37d5f.zip
added ant tests, updated headers
Diffstat (limited to 'test')
-rwxr-xr-xtest/clitest4
-rwxr-xr-xtest/scalatest6
2 files changed, 5 insertions, 5 deletions
diff --git a/test/clitest b/test/clitest
index 496dc8da70..c64297d4ce 100755
--- a/test/clitest
+++ b/test/clitest
@@ -2,8 +2,8 @@
##############################################################################
# __ #
# ________ ___ / / ___ Scala Tools Launch Script #
-# / __/ __// _ | / / / _ | (c) 2002-2006, LAMP/EPFL #
-# __\ \/ /__/ __ |/ /__/ __ | #
+# / __/ __// _ | / / / _ | (c) 2002-2007, LAMP/EPFL #
+# __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ #
# /____/\___/_/ |_/____/_/ | | #
# |/ #
##############################################################################
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;