diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-11 08:26:48 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-11 08:26:48 +0000 |
commit | 1876c96e45185ec0b48d7b19b30fe29d903f5c37 (patch) | |
tree | d2f85581f7358043eded86f828ce6cdf2266b442 /sca-java-2.x/trunk/itest/nodes/two-nodes-test | |
parent | 0f4450efb862e469b071e75f4d9c85ee0f83bc6e (diff) |
TUSCANY-3388 - Updating to the latests OASIS schema
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/nodes/two-nodes-test')
-rw-r--r-- | sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/ClientNode.java | 2 | ||||
-rw-r--r-- | sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/ServiceNode.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/ClientNode.java b/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/ClientNode.java index 0b8e2229a2..308d7ed219 100644 --- a/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/ClientNode.java +++ b/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/ClientNode.java @@ -41,7 +41,7 @@ import org.oasisopen.sca.client.SCAClientFactory; * This shows how to test the Calculator service component. */ public class ClientNode { - private final static String SCA11_NS = "http://docs.oasis-open.org/ns/opencsa/sca/200903"; + private final static String SCA11_NS = "http://docs.oasis-open.org/ns/opencsa/sca/200912"; private static Node clientNode; private static TestCaseRunner runner; diff --git a/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/ServiceNode.java b/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/ServiceNode.java index b413825106..4b034d89e0 100644 --- a/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/ServiceNode.java +++ b/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/ServiceNode.java @@ -33,7 +33,7 @@ import org.junit.BeforeClass; * This shows how to test the Calculator service component. */ public class ServiceNode { - private final static String SCA11_NS = "http://docs.oasis-open.org/ns/opencsa/sca/200903"; + private final static String SCA11_NS = "http://docs.oasis-open.org/ns/opencsa/sca/200912"; private static Node serviceNode; @BeforeClass |