[jboss-cvs] JBoss Messaging SVN: r6089 - trunk/tests/src/org/jboss/messaging/tests/integration/jms/bridge.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 16 06:04:45 EDT 2009


Author: jmesnil
Date: 2009-03-16 06:04:45 -0400 (Mon, 16 Mar 2009)
New Revision: 6089

Modified:
   trunk/tests/src/org/jboss/messaging/tests/integration/jms/bridge/BridgeReconnectionTest.java
Log:
Bridge integration tests

* reenabled previously failing tests on CI server

Modified: trunk/tests/src/org/jboss/messaging/tests/integration/jms/bridge/BridgeReconnectionTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/jms/bridge/BridgeReconnectionTest.java	2009-03-16 10:04:15 UTC (rev 6088)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/jms/bridge/BridgeReconnectionTest.java	2009-03-16 10:04:45 UTC (rev 6089)
@@ -43,12 +43,12 @@
    
    // Once and only once
    
-   public void _testCrashAndReconnectDestBasic_OnceAndOnlyOnce_P() throws Exception
+   public void testCrashAndReconnectDestBasic_OnceAndOnlyOnce_P() throws Exception
    {
       testCrashAndReconnectDestBasic(QualityOfServiceMode.ONCE_AND_ONLY_ONCE, true);
    }
    
-   public void _testCrashAndReconnectDestBasic_OnceAndOnlyOnce_NP() throws Exception
+   public void testCrashAndReconnectDestBasic_OnceAndOnlyOnce_NP() throws Exception
    {
       testCrashAndReconnectDestBasic(QualityOfServiceMode.ONCE_AND_ONLY_ONCE, false);
    }
@@ -79,12 +79,12 @@
 
    // Crash tests specific to XA transactions
 
-   public void _testCrashAndReconnectDestCrashBeforePrepare_P() throws Exception
+   public void testCrashAndReconnectDestCrashBeforePrepare_P() throws Exception
    {
       testCrashAndReconnectDestCrashBeforePrepare(true);
    }
 
-   public void _testCrashAndReconnectDestCrashBeforePrepare_NP() throws Exception
+   public void testCrashAndReconnectDestCrashBeforePrepare_NP() throws Exception
    {
       testCrashAndReconnectDestCrashBeforePrepare(false);
    }




More information about the jboss-cvs-commits mailing list