Author: marrs
Date: Mon Jul  1 21:23:20 2013
New Revision: 1498697

URL: http://svn.apache.org/r1498697
Log:
Removed a print statement, added a TODO item as a hardcoded sleep in the test 
is not a great solution. It slows down a lot of tests.

Modified:
    ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java

Modified: 
ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java
URL: 
http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java?rev=1498697&r1=1498696&r2=1498697&view=diff
==============================================================================
--- 
ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java 
(original)
+++ 
ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java 
Mon Jul  1 21:23:20 2013
@@ -339,7 +339,7 @@ public class IntegrationTestBase extends
                configureAdditionalServices();
                
             // Wait for CM to settle or we may get "socket closed" due to HTTP 
service restarts
-            System.out.println("Sleeping...");
+            // TODO fix this, it slows down all tests
             Thread.sleep(2000);
         }
         catch (InterruptedException e) {


Reply via email to