summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2007-07-20 12:47:09 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2007-07-20 12:47:09 +0000
commit0f1add0d0b95fd6807b4de8a6df642b66512a295 (patch)
treec049534d76d20617c251dc039f3984b445a9b9a2 /test/files
parent444991fd00e4592cca2f76280ae9f53aa1815005 (diff)
downloadscala-0f1add0d0b95fd6807b4de8a6df642b66512a295.tar.gz
scala-0f1add0d0b95fd6807b4de8a6df642b66512a295.tar.bz2
scala-0f1add0d0b95fd6807b4de8a6df642b66512a295.zip
fixed scalatest so that check files for jvm tes...
fixed scalatest so that check files for jvm tests are filesystem-location-independent
Diffstat (limited to 'test/files')
-rw-r--r--test/files/jvm5/annotations.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/jvm5/annotations.check b/test/files/jvm5/annotations.check
index 918109b42f..03c57ee59b 100644
--- a/test/files/jvm5/annotations.check
+++ b/test/files/jvm5/annotations.check
@@ -1,13 +1,13 @@
-/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:133: warning: type Integer in object Predef is deprecated
+annotations.scala:133: warning: type Integer in object Predef is deprecated
private var count: Integer = 0
^
-/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:138: warning: type Integer in object Predef is deprecated
+annotations.scala:138: warning: type Integer in object Predef is deprecated
getClass().getMethod("setCount", Array[java.lang.Class](classOf[Integer]))
^
-/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:140: warning: type Integer in object Predef is deprecated
+annotations.scala:140: warning: type Integer in object Predef is deprecated
def get = getter.invoke(this, Array()).asInstanceOf[Integer].intValue
^
-/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:141: warning: type Integer in object Predef is deprecated
+annotations.scala:141: warning: type Integer in object Predef is deprecated
def set(n: Int) = setter.invoke(this, Array(new Integer(n)))
^
four warnings found