From 9574ddf3b863c50b83e38826c3c255cc834d53a9 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 3 Dec 2014 22:10:05 +1000 Subject: [PATCH] SI-8523 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-8523 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 =