From 404d0ab2070a0c2cb83521c0882d0121611f48a1 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 13 Oct 2011 09:22:15 +0000 Subject: Move match composites into appropriately named directories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182735 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/itest/interfaces/InerfaceMatchTestCase.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sca-java-2.x/trunk/testing/itest/interface-matching/src/test') diff --git a/sca-java-2.x/trunk/testing/itest/interface-matching/src/test/java/org/apache/tuscany/sca/itest/interfaces/InerfaceMatchTestCase.java b/sca-java-2.x/trunk/testing/itest/interface-matching/src/test/java/org/apache/tuscany/sca/itest/interfaces/InerfaceMatchTestCase.java index 7b0f50b7a6..4174a338c0 100644 --- a/sca-java-2.x/trunk/testing/itest/interface-matching/src/test/java/org/apache/tuscany/sca/itest/interfaces/InerfaceMatchTestCase.java +++ b/sca-java-2.x/trunk/testing/itest/interface-matching/src/test/java/org/apache/tuscany/sca/itest/interfaces/InerfaceMatchTestCase.java @@ -44,7 +44,7 @@ public class InerfaceMatchTestCase { public void testLocal() throws Exception { String [] contributions = {"./target/classes"}; Node node1 = NodeFactory.newInstance().createNode(URI.create("uri:default"), - "org/apache/tuscany/sca/itest/interfaces/missmatch/local/MatchLocal.composite", + "org/apache/tuscany/sca/itest/interfaces/match/local/MatchLocal.composite", contributions); node1.start(); @@ -76,12 +76,12 @@ public class InerfaceMatchTestCase { String [] contributions = {"./target/classes"}; Node node1 = NodeFactory.newInstance().createNode(URI.create("uri:default"), - "org/apache/tuscany/sca/itest/interfaces/missmatch/distributed/MatchDistributedClient.composite", + "org/apache/tuscany/sca/itest/interfaces/match/distributed/MatchDistributedClient.composite", contributions); node1.start(); Node node2 = NodeFactory.newInstance().createNode(URI.create("uri:default"), - "org/apache/tuscany/sca/itest/interfaces/missmatch/distributed/MatchDistributedService.composite", + "org/apache/tuscany/sca/itest/interfaces/match/distributed/MatchDistributedService.composite", contributions); // for default binding on node2 to use a different port from node 1(which will default to 8080 @@ -129,12 +129,12 @@ public class InerfaceMatchTestCase { String [] contributions = {"./target/classes"}; Node node1 = NodeFactory.newInstance().createNode(URI.create("uri:default"), - "org/apache/tuscany/sca/itest/interfaces/missmatch/distributed/MatchNonJAXBDistributedClient.composite", + "org/apache/tuscany/sca/itest/interfaces/match/distributed/MatchNonJAXBDistributedClient.composite", contributions); node1.start(); Node node2 = NodeFactory.newInstance().createNode(URI.create("uri:default"), - "org/apache/tuscany/sca/itest/interfaces/missmatch/distributed/MatchNonJAXBDistributedService.composite", + "org/apache/tuscany/sca/itest/interfaces/match/distributed/MatchNonJAXBDistributedService.composite", contributions); // for default binding on node2 to use a different port from node 1(which will default to 8080 -- cgit v1.2.3