summaryrefslogtreecommitdiff
path: root/test/files/jvm/xml02.scala
diff options
context:
space:
mode:
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 1c3f4c2599..52ce3a0060 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\"></hello>", bx.toString)
+ assertEquals("@five", "<hello foo=\"bar&amp;x\"/>", bx.toString)
}
}