From 783c2c655f24c2e94f2d08614e5c6b3d7ffd2039 Mon Sep 17 00:00:00 2001 From: Alex Cruise Date: Thu, 15 Mar 2012 17:44:31 -0700 Subject: Fixed broken tests --- test/files/jvm/t1118.check | 3 ++- test/files/jvm/unittest_xml.scala | 2 +- test/files/jvm/xml05.check | 2 +- test/files/jvm/xmlattr.check | 4 ++-- test/files/run/t2125.check | 2 +- test/files/run/xml-attribute.check | 24 ++++++++++++------------ 6 files changed, 19 insertions(+), 18 deletions(-) (limited to 'test') diff --git a/test/files/jvm/t1118.check b/test/files/jvm/t1118.check index b246dc6fb9..d676b413c9 100755 --- a/test/files/jvm/t1118.check +++ b/test/files/jvm/t1118.check @@ -1,3 +1,4 @@ + @@ -7,4 +8,4 @@ - \ No newline at end of file + diff --git a/test/files/jvm/unittest_xml.scala b/test/files/jvm/unittest_xml.scala index c03695f5c6..106334e625 100644 --- a/test/files/jvm/unittest_xml.scala +++ b/test/files/jvm/unittest_xml.scala @@ -89,7 +89,7 @@ object Test { assert(" a=\"2\" g=\"3\" j=\"2\" oo=\"2\"" == xml.Utility.sort(q.attributes).toString) val pp = new xml.PrettyPrinter(80,5) - assert("" == pp.format(q)) + assert("" == pp.format(q)) diff --git a/test/files/jvm/xml05.check b/test/files/jvm/xml05.check index 00e617c578..8d3e803bc8 100644 --- a/test/files/jvm/xml05.check +++ b/test/files/jvm/xml05.check @@ -4,7 +4,7 @@ Type :help for more information. scala> scala> -res0: scala.xml.Elem = +res0: scala.xml.Elem = scala> diff --git a/test/files/jvm/xmlattr.check b/test/files/jvm/xmlattr.check index af80b60fb2..a87420d86c 100644 --- a/test/files/jvm/xmlattr.check +++ b/test/files/jvm/xmlattr.check @@ -14,5 +14,5 @@ true true true true - - + + diff --git a/test/files/run/t2125.check b/test/files/run/t2125.check index 6ac26a2fe6..51b40469aa 100755 --- a/test/files/run/t2125.check +++ b/test/files/run/t2125.check @@ -1 +1 @@ -

+

diff --git a/test/files/run/xml-attribute.check b/test/files/run/xml-attribute.check index 3ae2034684..3cfe3779fc 100644 --- a/test/files/run/xml-attribute.check +++ b/test/files/run/xml-attribute.check @@ -1,12 +1,12 @@ - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + -- cgit v1.2.3