From 9df28816efbf3ae4f39983718e4685c589e69999 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Sat, 5 Nov 2005 22:10:23 +0000 Subject: added text method --- test/files/jvm/xml01.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/files/jvm/xml01.scala b/test/files/jvm/xml01.scala index c3eeab8d46..0fe9abb016 100644 --- a/test/files/jvm/xml01.scala +++ b/test/files/jvm/xml01.scala @@ -21,6 +21,7 @@ object Test { override def hashCode() = Utility.hashCode(prefix, label, attributes.hashCode(), scope.hashCode(), child); def child = Elem(null, "world", e, sc); + override def text = "" //def attributes = e; }; -- cgit v1.2.3