summaryrefslogtreecommitdiff
path: root/test/files/jvm/unittest_xml.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-05-01 14:48:18 +0000
committerPaul Phillips <paulp@improving.org>2009-05-01 14:48:18 +0000
commitb17eed30473fef5693632f78296cabf341a5c92c (patch)
treeb3b7f3a93ba0882bde8d0f5a66c2f5c53a246c45 /test/files/jvm/unittest_xml.scala
parent9b2908a5edfab7b289cd557b46df2af4b3ee3fca (diff)
downloadscala-b17eed30473fef5693632f78296cabf341a5c92c.tar.gz
scala-b17eed30473fef5693632f78296cabf341a5c92c.tar.bz2
scala-b17eed30473fef5693632f78296cabf341a5c92c.zip
Modifications to the 10 failing test cases to m...
Modifications to the 10 failing test cases to make them passing test cases in light of the patch from #1118.
Diffstat (limited to 'test/files/jvm/unittest_xml.scala')
-rw-r--r--test/files/jvm/unittest_xml.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/unittest_xml.scala b/test/files/jvm/unittest_xml.scala
index 63375cd15a..9f6dd3183d 100644
--- a/test/files/jvm/unittest_xml.scala
+++ b/test/files/jvm/unittest_xml.scala
@@ -90,7 +90,7 @@ object Test {
val q = xml.Utility.sort(<a g='3' j='2' oo='2' a='2'/>)
assertEquals("sort attrib"+xml.Utility.sort(q.attributes).toString, " a=\"2\" g=\"3\" j=\"2\" oo=\"2\"", xml.Utility.sort(q.attributes).toString)
val pp = new xml.PrettyPrinter(80,5)
- assertEquals("pretty print sorted attrib:"+pp.format(q), "<a a=\"2\" g=\"3\" j=\"2\" oo=\"2\"></a>", pp.format(q))
+ assertEquals("pretty print sorted attrib:"+pp.format(q), "<a a=\"2\" g=\"3\" j=\"2\" oo=\"2\"/>", pp.format(q))
<hi>
<there/>