Author: mcombellack
Date: Fri Apr  4 04:27:09 2008
New Revision: 644683

URL: http://svn.apache.org/viewvc?rev=644683&view=rev
Log:
TUSCANY-2198 Removed stray system out that was used for debugging

Modified:
    
incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java

Modified: 
incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java?rev=644683&r1=644682&r2=644683&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java
 (original)
+++ 
incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java
 Fri Apr  4 04:27:09 2008
@@ -66,7 +66,6 @@
         long startTime = System.currentTimeMillis();
         while (customer.hasOutstandingOrders()
                 && System.currentTimeMillis() - startTime < 
MAX_WAIT_TIME_FOR_CALLBACK) {
-            System.out.println(".");
             Thread.sleep(100);
         }
     }



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

Reply via email to