summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/vtest/java-api/conversation/callbackmixed/src/main/resources/callback-mixed.composite
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-29 15:00:33 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-29 15:00:33 +0000
commit62bd754d0a94844170a304b616fc7bc1b0cc6979 (patch)
tree08e3aba639e02ec584049ab5e92ea2ffc7452bba /branches/sca-java-1.x/vtest/java-api/conversation/callbackmixed/src/main/resources/callback-mixed.composite
parent9d36a7f7532af350c29467a75b8b89e6757b3d21 (diff)
TUSCANY-2291, Separate the mixed callback error validation test from the other callback tests so that the error doesn't affect the rest of the tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738875 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/vtest/java-api/conversation/callbackmixed/src/main/resources/callback-mixed.composite (renamed from branches/sca-java-1.x/vtest/java-api/conversation/callback/src/main/resources/callback-mixed.composite)2
1 files changed, 0 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/vtest/java-api/conversation/callback/src/main/resources/callback-mixed.composite b/branches/sca-java-1.x/vtest/java-api/conversation/callbackmixed/src/main/resources/callback-mixed.composite
index d2d9956103..ff6e0b63b2 100644
--- a/branches/sca-java-1.x/vtest/java-api/conversation/callback/src/main/resources/callback-mixed.composite
+++ b/branches/sca-java-1.x/vtest/java-api/conversation/callbackmixed/src/main/resources/callback-mixed.composite
@@ -19,7 +19,6 @@
-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
targetNamespace="http://java-api-tests" name="Conversation-callback-mixed">
-<!-- TODO: TUSCANY-2291
<component name="AComponent">
<implementation.java
class="org.apache.tuscany.sca.vtest.javaapi.conversation.callback.impl.AServiceImpl" />
@@ -36,5 +35,4 @@
<implementation.java
class="org.apache.tuscany.sca.vtest.javaapi.conversation.callback.mixed.impl.CServiceImpl" />
</component>
--->
</composite>