Author: jsdelfino
Date: Mon Jul 30 17:59:22 2007
New Revision: 561201

URL: http://svn.apache.org/viewvc?view=rev&rev=561201
Log:
Fixed build break in SVN r561190.

Modified:
    
incubator/tuscany/java/sca/itest/contribution-import-export/import-composite/src/test/java/helloworld/HelloWorldServerTestCase.java
    
incubator/tuscany/java/sca/itest/contribution-import-export/import-java/src/test/java/helloworld/HelloWorldServerTestCase.java
    
incubator/tuscany/java/sca/itest/contribution-import-export/import-wsdl/src/test/java/helloworld/HelloWorldServerTestCase.java

Modified: 
incubator/tuscany/java/sca/itest/contribution-import-export/import-composite/src/test/java/helloworld/HelloWorldServerTestCase.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/contribution-import-export/import-composite/src/test/java/helloworld/HelloWorldServerTestCase.java?view=diff&rev=561201&r1=561200&r2=561201
==============================================================================
--- 
incubator/tuscany/java/sca/itest/contribution-import-export/import-composite/src/test/java/helloworld/HelloWorldServerTestCase.java
 (original)
+++ 
incubator/tuscany/java/sca/itest/contribution-import-export/import-composite/src/test/java/helloworld/HelloWorldServerTestCase.java
 Mon Jul 30 17:59:22 2007
@@ -88,7 +88,7 @@
 
         // Remove the contribution from the in-memory repository
         contributionService.remove("http://import-export/helloworld";);
-        contributionService.remove("http://import-export/import-composite";);
+        contributionService.remove("http://import-export/export-composite";);
 
         //Stop Components from my composite
         
domain.getDomainCompositeHelper().stopComponent(domain.getDomainCompositeHelper().getComponent("HelloWorldServiceComponent"));

Modified: 
incubator/tuscany/java/sca/itest/contribution-import-export/import-java/src/test/java/helloworld/HelloWorldServerTestCase.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/contribution-import-export/import-java/src/test/java/helloworld/HelloWorldServerTestCase.java?view=diff&rev=561201&r1=561200&r2=561201
==============================================================================
--- 
incubator/tuscany/java/sca/itest/contribution-import-export/import-java/src/test/java/helloworld/HelloWorldServerTestCase.java
 (original)
+++ 
incubator/tuscany/java/sca/itest/contribution-import-export/import-java/src/test/java/helloworld/HelloWorldServerTestCase.java
 Mon Jul 30 17:59:22 2007
@@ -86,7 +86,7 @@
 
         // Remove the contribution from the in-memory repository
         contributionService.remove("http://import-export/helloworld";);
-        contributionService.remove("http://import-export/import-java";);
+        contributionService.remove("http://import-export/export-java";);
 
         //Stop Components from my composite
         
domain.getDomainCompositeHelper().stopComponent(domain.getDomainCompositeHelper().getComponent("HelloWorldServiceComponent"));

Modified: 
incubator/tuscany/java/sca/itest/contribution-import-export/import-wsdl/src/test/java/helloworld/HelloWorldServerTestCase.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/contribution-import-export/import-wsdl/src/test/java/helloworld/HelloWorldServerTestCase.java?view=diff&rev=561201&r1=561200&r2=561201
==============================================================================
--- 
incubator/tuscany/java/sca/itest/contribution-import-export/import-wsdl/src/test/java/helloworld/HelloWorldServerTestCase.java
 (original)
+++ 
incubator/tuscany/java/sca/itest/contribution-import-export/import-wsdl/src/test/java/helloworld/HelloWorldServerTestCase.java
 Mon Jul 30 17:59:22 2007
@@ -85,7 +85,7 @@
 
         // Remove the contribution from the in-memory repository
         contributionService.remove("http://import-export/helloworld";);
-        contributionService.remove("http://import-export/import-wsdl";);
+        contributionService.remove("http://import-export/export-wsdl";);
 
         //Stop Components from my composite
         
domain.getDomainCompositeHelper().stopComponent(domain.getDomainCompositeHelper().getComponent("HelloWorldServiceComponent"));



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to