You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/01/14 15:33:07 UTC

svn commit: r611816 - /incubator/tuscany/branches/sca-java-1.1/samples/osgi-supplychain/README

Author: slaws
Date: Mon Jan 14 06:33:06 2008
New Revision: 611816

URL: http://svn.apache.org/viewvc?rev=611816&view=rev
Log:
TUSCANY-1800
Correct expected output

Modified:
    incubator/tuscany/branches/sca-java-1.1/samples/osgi-supplychain/README

Modified: incubator/tuscany/branches/sca-java-1.1/samples/osgi-supplychain/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/samples/osgi-supplychain/README?rev=611816&r1=611815&r2=611816&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.1/samples/osgi-supplychain/README (original)
+++ incubator/tuscany/branches/sca-java-1.1/samples/osgi-supplychain/README Mon Jan 14 06:33:06 2008
@@ -125,12 +125,13 @@
 
 run:
      [java] Main thread Thread[main,5,main]
-     [java] Main thread Started OSGi bundle with activator OSGiCustomerImpl
-     [java] Main thread Started OSGi bundle with activator OSGiShipperImpl
-     [java] Main thread Sleeping ...
-     [java] Work thread Thread[pool-1-thread-1,5,main] - Order, submitted, fulfilled, shipped
-
- 
+     [java] Started OSGi bundle with activator OSGiCustomerImpl
+     [java] Started OSGi bundle with activator OSGiShipperImpl
+     [java] Main thread sleeping ...
+     [java] Work thread Thread[pool-1-thread-1,5,main] - Order, submitted, fulfi
+lled, shipped
+     [java] Stop OSGi bundle with activator OSGiShipperImpl
+     [java] Stop OSGi bundle with activator OSGiCustomerImpl
 
 
 Building And Running The Sample Using Maven 
@@ -147,15 +148,14 @@
  T E S T S
 -------------------------------------------------------
 Running supplychain.SupplyChainClientTestCase
-Main thread Thread[main,5,main]
 Started OSGi bundle with activator OSGiCustomerImpl
 Started OSGi bundle with activator OSGiShipperImpl
 Sleeping ...
-Work thread Thread[pool-1-thread-1,5,main] - Order, submitted, fulfilled, shipped
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.625 sec
-
-Results :
-
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+Work thread Thread[pool-1-thread-1,5,main] - Order, submitted, fulfilled, shippe
+d
+Test complete
+Stop OSGi bundle with activator OSGiShipperImpl
+Stop OSGi bundle with activator OSGiCustomerImpl
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.062 sec
 
 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