summaryrefslogtreecommitdiff
path: root/test/files/jvm/unittest_xml.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-05-15 16:43:48 +0000
committerPaul Phillips <paulp@improving.org>2009-05-15 16:43:48 +0000
commit5dcd3008dbae88d2e9d90c748b802702c676647a (patch)
tree15ee9facd920a896d32e52fd5ea648fe04b6d3bf /test/files/jvm/unittest_xml.scala
parent2a3015a8837638abc7dd8456a87f42f2e600e7c2 (diff)
downloadscala-5dcd3008dbae88d2e9d90c748b802702c676647a.tar.gz
scala-5dcd3008dbae88d2e9d90c748b802702c676647a.tar.bz2
scala-5dcd3008dbae88d2e9d90c748b802702c676647a.zip
Restored xml test cases to unminimized tags
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 9f6dd3183d..63375cd15a 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\"/>", pp.format(q))
+ assertEquals("pretty print sorted attrib:"+pp.format(q), "<a a=\"2\" g=\"3\" j=\"2\" oo=\"2\"></a>", pp.format(q))
<hi>
<there/>