[hornetq-commits] JBoss hornetq SVN: r11151 - branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 8 18:44:05 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-08 18:44:04 -0400 (Mon, 08 Aug 2011)
New Revision: 11151

Modified:
   branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/JMSMessageCounterTest.java
Log:
oops

Modified: branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/JMSMessageCounterTest.java
===================================================================
--- branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/JMSMessageCounterTest.java	2011-08-08 21:17:04 UTC (rev 11150)
+++ branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/JMSMessageCounterTest.java	2011-08-08 22:44:04 UTC (rev 11151)
@@ -31,29 +31,12 @@
  */
 public class JMSMessageCounterTest extends JMSTestBase
 {
-   private static final Logger log = Logger.getLogger(JMSMessageCounterTest.class);
 
-   private final SimpleString QUEUE = new SimpleString("ConsumerTestQueue");
-   
-   
-
    protected boolean usePersistence()
    {
       return true;
    }
-
-
-   public void testLoop() throws Exception
-   {
-      for (int i = 0 ; i < 100; i++)
-      {
-         log.info("#test " + i);
-         testMessageCounter();
-         tearDown();
-         setUp();
-      }
-   }
-
+   
    public void testMessageCounter() throws Exception
    {
 



More information about the hornetq-commits mailing list