summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/vtest/assembly/component
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-01 08:15:47 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-01 08:15:47 +0000
commit26528e6e9c925b54d4dddc312c15a90016ca3d07 (patch)
tree9741aa1154710d3262a396a710756c0628bd525c /branches/sca-java-1.x/vtest/assembly/component
parent75e7d7c9999fbb11021cfbe27a802cd9fe4ad9ba (diff)
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
Diffstat (limited to 'branches/sca-java-1.x/vtest/assembly/component')
-rw-r--r--branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java4
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");