diff options
Diffstat (limited to 'branches/sca-java-1.x/vtest/assembly/component/src/test/java')
-rw-r--r-- | branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 { * <implementation/> child element of the component. * <p> * 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"); |