From 26528e6e9c925b54d4dddc312c15a90016ca3d07 Mon Sep 17 00:00:00 2001 From: antelder Date: Wed, 1 Apr 2009 08:15:47 +0000 Subject: Put back the TUSCANY-2946 failing test into the build to see if anyone else gets it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760812 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'branches/sca-java-1.x/vtest/assembly/component/src') diff --git a/branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java b/branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java index 46b08ab8df..69b7377986 100644 --- a/branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java +++ b/branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java @@ -208,7 +208,7 @@ public class ComponentBasicTestCase { * child element of the component. *

* For the service name, OSOA says(1598-1500): - * name (required) – the name of the service, the name MUST BE unique across all the + * name (required) - the name of the service, the name MUST BE unique across all the * composite services in the composite. The name of the composite service can be different * from the name of the promoted component service. */ @@ -306,7 +306,7 @@ public class ComponentBasicTestCase { * equivalent service in the componentType of the implementation. */ @Test - @Ignore("broken, see TUSCANY-2946") + // @Ignore("broken, see TUSCANY-2946") public void testServiceBinding() throws Exception { initDomain("binding_resolution.composite"); -- cgit v1.2.3