You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jm...@apache.org on 2006/02/24 20:26:04 UTC

svn commit: r380793 - /incubator/tuscany/java/samples/helloworld/helloworldmc/src/test/java/org/apache/tuscany/samples/helloworldmc/HelloWorldServiceComponentTestCase.java

Author: jmarino
Date: Fri Feb 24 11:26:01 2006
New Revision: 380793

URL: http://svn.apache.org/viewcvs?rev=380793&view=rev
Log:
reactivate sample test; wiring now works for HelloWorldMC

Modified:
    incubator/tuscany/java/samples/helloworld/helloworldmc/src/test/java/org/apache/tuscany/samples/helloworldmc/HelloWorldServiceComponentTestCase.java

Modified: incubator/tuscany/java/samples/helloworld/helloworldmc/src/test/java/org/apache/tuscany/samples/helloworldmc/HelloWorldServiceComponentTestCase.java
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldmc/src/test/java/org/apache/tuscany/samples/helloworldmc/HelloWorldServiceComponentTestCase.java?rev=380793&r1=380792&r2=380793&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/helloworldmc/src/test/java/org/apache/tuscany/samples/helloworldmc/HelloWorldServiceComponentTestCase.java (original)
+++ incubator/tuscany/java/samples/helloworld/helloworldmc/src/test/java/org/apache/tuscany/samples/helloworldmc/HelloWorldServiceComponentTestCase.java Fri Feb 24 11:26:01 2006
@@ -26,7 +26,6 @@
     public boolean verbose = true;
 
     public void testGeetings() throws Exception {
-/*
 
         if (verbose)
             System.out.println("starting test..");
@@ -55,7 +54,6 @@
         assertEquals("Hello SCA World", value);
 
         tuscany.stop();
-*/
     }
 
     public final static void main(String[] args) throws Exception {