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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 27 14:02:09 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-02-27 14:02:09 -0500 (Tue, 27 Feb 2007)
New Revision: 2469

Modified:
   trunk/tests/src/org/jboss/test/messaging/jms/clustering/HATest.java
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-883 - commenting out test

Modified: trunk/tests/src/org/jboss/test/messaging/jms/clustering/HATest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/clustering/HATest.java	2007-02-27 16:48:23 UTC (rev 2468)
+++ trunk/tests/src/org/jboss/test/messaging/jms/clustering/HATest.java	2007-02-27 19:02:09 UTC (rev 2469)
@@ -920,6 +920,8 @@
    }
 
    
+   /*
+   TODO: Reactivate this test when http://jira.jboss.org/jira/browse/JBMESSAGING-883 is done
    public void testFailoverWithUnackedMessagesTransactional() throws Exception
    {
       JBossConnectionFactory factory =  (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory");
@@ -1107,7 +1109,7 @@
          }
       }
 
-   }
+   } */
 
    public void testTopicSubscriber() throws Exception
    {




More information about the jboss-cvs-commits mailing list