From 2a7892cb81d091cfe36c555d4c94f090f2065568 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 3 Dec 2014 22:10:05 +1000 Subject: [PATCH] SI-8253 Adjust test for namespace interpolation This test fails after we try to fix SI-8523 in the compiler. But the test is actually at fault here, as it was relying on the loose matching performed by the compiler's SymbolXMLBuilder. The fix for SI-8253 that triggered the failure: https://github.com/scala/scala/commit/8d175b907 The original commit that introduced this test: https://github.com/scala/scala/commit/e1ffc05b10be6 --- src/test/scala/scala/xml/XMLTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/scala/scala/xml/XMLTest.scala b/src/test/scala/scala/xml/XMLTest.scala index ae54f6da4..b86f2c9ef 100644 --- a/src/test/scala/scala/xml/XMLTest.scala +++ b/src/test/scala/scala/xml/XMLTest.scala @@ -601,7 +601,7 @@ expected closing tag of foo ; def wsdlTemplate3(serviceName: String): Node = - + ; def wsdlTemplate4(serviceName: String, targetNamespace: () => String): Node =