You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/01/29 21:40:42 UTC

svn commit: r616512 - /incubator/tuscany/java/sca/itest/contribution-multiple/src/test/java/test/ContributionTestCase.java

Author: lresende
Date: Tue Jan 29 12:40:39 2008
New Revision: 616512

URL: http://svn.apache.org/viewvc?rev=616512&view=rev
Log:
small cleanup to iTest\contribution-multiple

Modified:
    incubator/tuscany/java/sca/itest/contribution-multiple/src/test/java/test/ContributionTestCase.java

Modified: incubator/tuscany/java/sca/itest/contribution-multiple/src/test/java/test/ContributionTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/contribution-multiple/src/test/java/test/ContributionTestCase.java?rev=616512&r1=616511&r2=616512&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/contribution-multiple/src/test/java/test/ContributionTestCase.java (original)
+++ incubator/tuscany/java/sca/itest/contribution-multiple/src/test/java/test/ContributionTestCase.java Tue Jan 29 12:40:39 2008
@@ -59,7 +59,7 @@
         ContributionService contributionService = domain.getContributionService();
 
         helloContribution =
-            contributionService.contribute("http://import-export/export-composite", helloContribution_URL, false);
+            contributionService.contribute("http://contribution-multiple/helloworld", helloContribution_URL, false);
         
         for (Composite deployable : helloContribution.getDeployables()) {
             domain.getDomainComposite().getIncludes().add(deployable);
@@ -71,7 +71,7 @@
         }
 
         helloWorldContribution_one =
-            contributionService.contribute("http://import-export/helloworld_one", helloWorldContribution_one_URL, false);
+            contributionService.contribute("http://contribution-multiple/helloworld_one", helloWorldContribution_one_URL, false);
         for (Composite deployable : helloWorldContribution_one.getDeployables()) {
             domain.getDomainComposite().getIncludes().add(deployable);
             domain.buildComposite(deployable);
@@ -97,8 +97,8 @@
         ContributionService contributionService = domain.getContributionService();
 
         // Remove the contribution from the in-memory repository
-        contributionService.remove("http://import-export/export-composite");
-        contributionService.remove("http://import-export/helloworld_one");
+        contributionService.remove("http://contribution-multiple/helloworld");
+        contributionService.remove("http://contribution-multiple/helloworld_one");
 
         // Stop Components from my composite
         for (Composite deployable : helloWorldContribution_one.getDeployables()) {



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org