From c61121a813abaace6e739a6f02e4c85b186f95a1 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Thu, 22 Mar 2007 03:28:30 +0000 Subject: new pattern matching algo removed "removeoption" changed SUnit and some tests added useful debug msg in typer --- test/files/jvm/unittest_xml.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files/jvm/unittest_xml.scala') diff --git a/test/files/jvm/unittest_xml.scala b/test/files/jvm/unittest_xml.scala index 312b69d529..6fdacbbf75 100644 --- a/test/files/jvm/unittest_xml.scala +++ b/test/files/jvm/unittest_xml.scala @@ -64,6 +64,7 @@ object Test { } class UtilityTest extends TestCase("scala.xml.Utility") with Assert { + def runTest() = { val x = @@ -92,6 +93,7 @@ object Test { assertEquals("pretty print sorted attrib:"+pp.format(q), "", pp.format(q)) } + } def main(args:Array[String]) = { val ts = new TestSuite( -- cgit v1.2.3