You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sv...@apache.org on 2007/07/24 09:22:14 UTC

svn commit: r558945 - /incubator/tuscany/java/sca/samples/binding-echo/README

Author: svkrish
Date: Tue Jul 24 00:22:04 2007
New Revision: 558945

URL: http://svn.apache.org/viewvc?view=rev&rev=558945
Log:
merged changes from Release 0.91 branch

Modified:
    incubator/tuscany/java/sca/samples/binding-echo/README

Modified: incubator/tuscany/java/sca/samples/binding-echo/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/binding-echo/README?view=diff&rev=558945&r1=558944&r2=558945
==============================================================================
--- incubator/tuscany/java/sca/samples/binding-echo/README (original)
+++ incubator/tuscany/java/sca/samples/binding-echo/README Tue Jul 24 00:22:04 2007
@@ -38,22 +38,22 @@
     main/
       java/
         echo/
-          Echo.java              - interface definition for the sample  
-                                   reference and service
-          EchoComponentImpl.java - sample component implementation with 
-                                   echo binding reference
-          EchoBindingClient.java - sample client
+          Echo.java                     - interface definition for the sample  
+                                          reference and service
+          EchoComponentImpl.java        - sample component implementation with 
+                                          echo binding reference
+          EchoBindingClient.java        - sample client
       resources/
-        EchoBinding.composite    - the SCA assembly for this sample
+        EchoBinding.composite           - the SCA assembly for this sample
     test/
       java/ 
         echo
-          EchoTestCase.java      - sample JUnit test case for the sample 
-                                   client
-  binding-echo.png               - pictorial representation of the sample 
-                                   .composite file
-  build.xml                      - the Ant build file
-  pom.xml                        - the Maven build file
+          EchoBindingTestCase.java      - sample JUnit test case for the sample 
+                                          client
+  binding-echo.png                      - pictorial representation of the sample 
+                                          .composite file
+  build.xml                             - the Ant build file
+  pom.xml                               - the Maven build file
   
 
 Building And Running The Sample Using Ant
@@ -87,13 +87,13 @@
 -------------------------------------------------------
  T E S T S
 -------------------------------------------------------
-Running echoAppl.EchoApplTestCase
+Running echo.EchoBindingTestCase
 Returned message: foo
 Returned message: bar
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.111 sec
+Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 sec
 
 Results :
 
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 
 
 This shows that the Junit test cases have run successfully. 



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