[hornetq-commits] JBoss hornetq SVN: r11796 - trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 30 11:31:32 EST 2011


Author: borges
Date: 2011-11-30 11:31:32 -0500 (Wed, 30 Nov 2011)
New Revision: 11796

Modified:
   trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/DiscoveryClusterWithBackupFailoverTest.java
   trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/RemoteMultipleLivesMultipleBackupsFailoverTest.java
   trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/ReplicatedLargeMessageFailoverTest.java
Log:
Remove unused fields and imports.

Modified: trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/DiscoveryClusterWithBackupFailoverTest.java
===================================================================
--- trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/DiscoveryClusterWithBackupFailoverTest.java	2011-11-30 16:31:19 UTC (rev 11795)
+++ trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/DiscoveryClusterWithBackupFailoverTest.java	2011-11-30 16:31:32 UTC (rev 11796)
@@ -22,7 +22,6 @@
 
 package org.hornetq.tests.integration.cluster.failover;
 
-import org.hornetq.core.logging.Logger;
 
 /**
  * A DiscoveryClusterWithBackupFailoverTest
@@ -33,7 +32,6 @@
  */
 public class DiscoveryClusterWithBackupFailoverTest extends ClusterWithBackupFailoverTestBase
 {
-   private static final Logger log = Logger.getLogger(DiscoveryClusterWithBackupFailoverTest.class);
 
    protected final String groupAddress = getUDPDiscoveryAddress();
 

Modified: trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/RemoteMultipleLivesMultipleBackupsFailoverTest.java
===================================================================
--- trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/RemoteMultipleLivesMultipleBackupsFailoverTest.java	2011-11-30 16:31:19 UTC (rev 11795)
+++ trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/RemoteMultipleLivesMultipleBackupsFailoverTest.java	2011-11-30 16:31:32 UTC (rev 11796)
@@ -21,7 +21,6 @@
 import org.hornetq.api.core.TransportConfiguration;
 import org.hornetq.core.config.ClusterConnectionConfiguration;
 import org.hornetq.core.config.Configuration;
-import org.hornetq.core.config.impl.ConfigurationImpl;
 import org.hornetq.core.server.JournalType;
 import org.hornetq.tests.integration.cluster.util.RemoteProcessHornetQServer;
 import org.hornetq.tests.integration.cluster.util.RemoteServerConfiguration;
@@ -68,6 +67,7 @@
       backups.put(5, SharedBackupServerConfiguration5.class.getName());
    }
 
+   @Override
    protected boolean isNetty()
    {
       return true;

Modified: trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/ReplicatedLargeMessageFailoverTest.java
===================================================================
--- trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/ReplicatedLargeMessageFailoverTest.java	2011-11-30 16:31:19 UTC (rev 11795)
+++ trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/ReplicatedLargeMessageFailoverTest.java	2011-11-30 16:31:32 UTC (rev 11796)
@@ -13,7 +13,6 @@
 
 package org.hornetq.tests.integration.cluster.failover;
 
-import org.hornetq.core.logging.Logger;
 
 /**
  * A ReplicatedLargeMessageFailoverTest
@@ -24,17 +23,7 @@
  */
 public class ReplicatedLargeMessageFailoverTest extends LargeMessageFailoverTest
 {
-   private static final Logger log = Logger.getLogger(ReplicatedLargeMessageFailoverTest.class);
 
-   // Constants -----------------------------------------------------
-
-   // Attributes ----------------------------------------------------
-
-   // Static --------------------------------------------------------
-
-   // Constructors --------------------------------------------------
-
-  
    public ReplicatedLargeMessageFailoverTest()
    {
       super();
@@ -45,19 +34,9 @@
       super(name);
    }
 
-   // Public --------------------------------------------------------
-
-   // Package protected ---------------------------------------------
-
-   // Protected -----------------------------------------------------
    @Override
    protected void createConfigs() throws Exception
    {
       createReplicatedConfigs();
    }
-
-   // Private -------------------------------------------------------
-
-   // Inner classes -------------------------------------------------
-
 }



More information about the hornetq-commits mailing list