summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-27 10:29:05 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-27 10:29:05 +0000
commit57e05151e165824a3be21ad83164a5686664d8aa (patch)
tree4024643b2cf737ddba25531c034cdd1386f8c349 /sca-java-2.x/trunk/itest
parent152dade0956825d343d5da6ce90238500dd603df (diff)
Change helloworld sample to be a zip contribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest')
-rw-r--r--sca-java-2.x/trunk/itest/samples/helloworld/src/test/java/itest/helloworld/HelloworldDomainNodeTestCase.java2
-rw-r--r--sca-java-2.x/trunk/itest/samples/helloworld/src/test/java/itest/helloworld/HelloworldNodeTestCase.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/itest/samples/helloworld/src/test/java/itest/helloworld/HelloworldDomainNodeTestCase.java b/sca-java-2.x/trunk/itest/samples/helloworld/src/test/java/itest/helloworld/HelloworldDomainNodeTestCase.java
index e8c8e197af..f6bb6df659 100644
--- a/sca-java-2.x/trunk/itest/samples/helloworld/src/test/java/itest/helloworld/HelloworldDomainNodeTestCase.java
+++ b/sca-java-2.x/trunk/itest/samples/helloworld/src/test/java/itest/helloworld/HelloworldDomainNodeTestCase.java
@@ -15,7 +15,7 @@ public class HelloworldDomainNodeTestCase {
@Before
public void setUp() throws Exception {
- node = new DomainNode("../../../samples/helloworld/target/sample-helloworld.jar");
+ node = new DomainNode("../../../samples/helloworld/target/sample-helloworld.zip");
}
@Test
diff --git a/sca-java-2.x/trunk/itest/samples/helloworld/src/test/java/itest/helloworld/HelloworldNodeTestCase.java b/sca-java-2.x/trunk/itest/samples/helloworld/src/test/java/itest/helloworld/HelloworldNodeTestCase.java
index f4048e0ccc..66c757b44d 100644
--- a/sca-java-2.x/trunk/itest/samples/helloworld/src/test/java/itest/helloworld/HelloworldNodeTestCase.java
+++ b/sca-java-2.x/trunk/itest/samples/helloworld/src/test/java/itest/helloworld/HelloworldNodeTestCase.java
@@ -15,7 +15,7 @@ public class HelloworldNodeTestCase {
@Before
public void setUp() throws Exception {
- node = NodeFactory.newInstance().createNode(null, new String[]{"../../../samples/helloworld/target/sample-helloworld.jar"}).start();
+ node = NodeFactory.newInstance().createNode(null, new String[]{"../../../samples/helloworld/target/sample-helloworld.zip"}).start();
}
@Test