summaryrefslogtreecommitdiff
path: root/test/files/jvm/xml02.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/xml02.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/xml02.scala')
-rw-r--r--test/files/jvm/xml02.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/xml02.scala b/test/files/jvm/xml02.scala
index ed29868898..0cbeb27ce2 100644
--- a/test/files/jvm/xml02.scala
+++ b/test/files/jvm/xml02.scala
@@ -22,7 +22,7 @@ object Test extends TestConsoleMain {
assertTrue("@two", ax \ "@foo" == xml.Text("bar")) // dto.
assertTrue("@three", bx \ "@foo" == "bar&x") // dto.
assertTrue ("@four", (bx \ "@foo") sameElements List(xml.Text("bar&x")))
- assertEquals("@five", "<hello foo=\"bar&amp;x\"/>", bx.toString)
+ assertEquals("@five", "<hello foo=\"bar&amp;x\"></hello>", bx.toString)
}
}