[jboss-cvs] JBoss Messaging SVN: r3787 - trunk/tests/src/org/jboss/test/messaging.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 25 09:06:32 EST 2008


Author: jmesnil
Date: 2008-02-25 09:06:31 -0500 (Mon, 25 Feb 2008)
New Revision: 3787

Modified:
   trunk/tests/src/org/jboss/test/messaging/JBMServerTestCase.java
Log:
* flagged sleepIfRemoting(time) as protected

Modified: trunk/tests/src/org/jboss/test/messaging/JBMServerTestCase.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/JBMServerTestCase.java	2008-02-25 13:45:12 UTC (rev 3786)
+++ trunk/tests/src/org/jboss/test/messaging/JBMServerTestCase.java	2008-02-25 14:06:31 UTC (rev 3787)
@@ -964,7 +964,7 @@
     * 
     * @param time sleep time in milliseconds
     */
-   private void sleepIfRemoting(int time) throws Exception
+   protected void sleepIfRemoting(int time) throws Exception
    {
       RemotingConfiguration remotingConf = servers.get(0).getMessagingServer().getRemotingService().getRemotingConfiguration();
       if (remotingConf.isInvmDisabled())




More information about the jboss-cvs-commits mailing list