From 4afa092314487c0095ff9fd5756d05340f6150b0 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 19 May 2011 20:06:19 +0000 Subject: Removes SUnit (long deprecated!) from the stand... Removes SUnit (long deprecated!) from the standard library. the relatively small number of partest tests in Scala's suite that were still using SUnit now either just use regular asserts, or they print stuff that partest checks with a .check file. Also fixed some bad indentation, removed ancient useless-looking commented-out code, etc. Contributed by Seth Tisue (way to go seth) no review. --- test/files/jvm/stringbuilder.check | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/files/jvm/stringbuilder.check (limited to 'test/files/jvm/stringbuilder.check') diff --git a/test/files/jvm/stringbuilder.check b/test/files/jvm/stringbuilder.check new file mode 100644 index 0000000000..c9b44990b7 --- /dev/null +++ b/test/files/jvm/stringbuilder.check @@ -0,0 +1,17 @@ +s0 equals j0 = false +s0.toString equals j0.toString = true +s1.toString equals j1.toString = true +j2=cba, s2=cba +s2.toString equals j2.toString = true +j3=aba, s3=aba +s3.toString equals j3.toString = true +s0.toString equals j0.toString = true +s1.toString equals j1.toString = true +j0=-1988a1trueabc, s0=-1988a1trueabc +s0.toString equals j0.toString = true +j1=xyz012###, s1=xyz012### +s1.toString equals j1.toString = true +j1=2, s1=2 +s1 == j1 = true +j2=8, s2=8 +s2 == j2 = true -- cgit v1.2.3