summaryrefslogtreecommitdiff
path: root/test/files/jvm/unittest_xml.scala
diff options
context:
space:
mode:
authorAlex Cruise <alex@metaforsoftware.com>2012-03-15 17:44:31 -0700
committerAlex Cruise <alex@metaforsoftware.com>2012-03-15 17:44:31 -0700
commit783c2c655f24c2e94f2d08614e5c6b3d7ffd2039 (patch)
tree12ed6a698245663450a557e4e0e656cabf450472 /test/files/jvm/unittest_xml.scala
parent57eaf9efbc4d52e1226d8fdccd2b274e860fc198 (diff)
downloadscala-783c2c655f24c2e94f2d08614e5c6b3d7ffd2039.tar.gz
scala-783c2c655f24c2e94f2d08614e5c6b3d7ffd2039.tar.bz2
scala-783c2c655f24c2e94f2d08614e5c6b3d7ffd2039.zip
Fixed broken tests
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 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("<a a=\"2\" g=\"3\" j=\"2\" oo=\"2\"></a>" == pp.format(q))
+ assert("<a a=\"2\" g=\"3\" j=\"2\" oo=\"2\"/>" == pp.format(q))
<hi>
<there/>