You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/08/22 18:49:16 UTC

svn commit: r433687 - /incubator/servicemix/trunk/servicemix-core/src/test/java/org/apache/servicemix/jbi/management/ManagementAttributesTest.java

Author: gnodet
Date: Tue Aug 22 09:49:16 2006
New Revision: 433687

URL: http://svn.apache.org/viewvc?rev=433687&view=rev
Log:
Remove unneeded sleep in test

Modified:
    incubator/servicemix/trunk/servicemix-core/src/test/java/org/apache/servicemix/jbi/management/ManagementAttributesTest.java

Modified: incubator/servicemix/trunk/servicemix-core/src/test/java/org/apache/servicemix/jbi/management/ManagementAttributesTest.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/test/java/org/apache/servicemix/jbi/management/ManagementAttributesTest.java?rev=433687&r1=433686&r2=433687&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/src/test/java/org/apache/servicemix/jbi/management/ManagementAttributesTest.java (original)
+++ incubator/servicemix/trunk/servicemix-core/src/test/java/org/apache/servicemix/jbi/management/ManagementAttributesTest.java Tue Aug 22 09:49:16 2006
@@ -54,7 +54,6 @@
     	container.setRmiPort(namingPort);
     	container.setCreateMBeanServer(true);
     	container.init();
-        Thread.sleep(5000);
     }
     
     protected void tearDown() throws Exception {