From 71f31490fcdbc04329c6b095cc410342adce6315 Mon Sep 17 00:00:00 2001 From: lresende Date: Sun, 22 Jul 2012 01:50:41 +0000 Subject: Moving trunk to 2.5-SNAPSHOT now that 2.0 is ready git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/tuscany/sca/impl/Node2TestCase.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-java-2.x/trunk/modules/domain-node/src/test/java/org/apache/tuscany/sca') diff --git a/sca-java-2.x/trunk/modules/domain-node/src/test/java/org/apache/tuscany/sca/impl/Node2TestCase.java b/sca-java-2.x/trunk/modules/domain-node/src/test/java/org/apache/tuscany/sca/impl/Node2TestCase.java index 04dca98062..40b5092dab 100644 --- a/sca-java-2.x/trunk/modules/domain-node/src/test/java/org/apache/tuscany/sca/impl/Node2TestCase.java +++ b/sca-java-2.x/trunk/modules/domain-node/src/test/java/org/apache/tuscany/sca/impl/Node2TestCase.java @@ -56,7 +56,7 @@ public class Node2TestCase { @Test public void remoteInstall() throws NoSuchServiceException, NoSuchDomainException, ContributionReadException, ActivationException, ValidationException { Node node = TuscanyRuntime.newInstance().createNode("ImportTestCase"); - node.installContribution("http://repository.apache.org/content/groups/snapshots/org/apache/tuscany/sca/samples/helloworld/2.0-SNAPSHOT/helloworld-2.0-SNAPSHOT.jar"); + node.installContribution("http://repository.apache.org/content/groups/snapshots/org/apache/tuscany/sca/samples/helloworld/2.5-SNAPSHOT/helloworld-2.5-SNAPSHOT.jar"); Assert.assertEquals(1, node.getInstalledContributionURIs().size()); Assert.assertEquals("helloworld", node.getInstalledContributionURIs().get(0)); @@ -70,7 +70,7 @@ public class Node2TestCase { TuscanyRuntime runtime = TuscanyRuntime.newInstance(); try { Node nodeA = runtime.createNode("uri:DistributedInstall"); - nodeA.installContribution("http://repository.apache.org/content/groups/snapshots/org/apache/tuscany/sca/samples/helloworld/2.0-SNAPSHOT/helloworld-2.0-SNAPSHOT.jar"); + nodeA.installContribution("http://repository.apache.org/content/groups/snapshots/org/apache/tuscany/sca/samples/helloworld/2.5-SNAPSHOT/helloworld-2.5-SNAPSHOT.jar"); nodeA.installContribution("src/test/resources/export.jar"); Assert.assertEquals(2, nodeA.getInstalledContributionURIs().size()); -- cgit v1.2.3