[jboss-cvs] JBoss Messaging SVN: r7828 - branches/Branch_1_4/tests/src/org/jboss/test/thirdparty/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 29 02:14:24 EDT 2009


Author: gaohoward
Date: 2009-09-29 02:14:24 -0400 (Tue, 29 Sep 2009)
New Revision: 7828

Modified:
   branches/Branch_1_4/tests/src/org/jboss/test/thirdparty/remoting/CallbackServerTimeoutTest.java
Log:
JBMESSAGING-1733


Modified: branches/Branch_1_4/tests/src/org/jboss/test/thirdparty/remoting/CallbackServerTimeoutTest.java
===================================================================
--- branches/Branch_1_4/tests/src/org/jboss/test/thirdparty/remoting/CallbackServerTimeoutTest.java	2009-09-29 06:13:08 UTC (rev 7827)
+++ branches/Branch_1_4/tests/src/org/jboss/test/thirdparty/remoting/CallbackServerTimeoutTest.java	2009-09-29 06:14:24 UTC (rev 7828)
@@ -61,6 +61,12 @@
 
    // Public ---------------------------------------------------------------------------------------
 
+   /*
+    * ###### NOTE: Comment out the two tests for the following reason ######
+    * 
+    * https://jira.jboss.org/jira/browse/JBMESSAGING-1740
+    */
+   /*
    public void testTimeoutOnewayCallback() throws Throwable
    {
       if (!isRemote())
@@ -191,7 +197,8 @@
          RemotingTestSubsystemService.undeployService(subsystemService);
       }
    }
-
+   */
+   
    // Package protected ----------------------------------------------------------------------------
 
    // Protected ------------------------------------------------------------------------------------




More information about the jboss-cvs-commits mailing list