[jboss-cvs] JBoss Messaging SVN: r6176 - trunk/tests/src/org/jboss/messaging/tests/integration/http.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 26 12:00:03 EDT 2009


Author: ataylor
Date: 2009-03-26 12:00:03 -0400 (Thu, 26 Mar 2009)
New Revision: 6176

Modified:
   trunk/tests/src/org/jboss/messaging/tests/integration/http/NettyHttpTest.java
Log:
removed test fail

Modified: trunk/tests/src/org/jboss/messaging/tests/integration/http/NettyHttpTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/http/NettyHttpTest.java	2009-03-26 15:27:51 UTC (rev 6175)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/http/NettyHttpTest.java	2009-03-26 16:00:03 UTC (rev 6176)
@@ -102,18 +102,7 @@
       }
    }
 
-   public void testFail() throws Exception
-   {
-      tearDown();
 
-      for (int k = 0; k < 20000; k++)
-      {
-         setUp();
-         testSendOnly();
-         tearDown();
-      }
-   }
-
    public void testSendThenReceive() throws Exception
    {
       int numPackets = 1000;




More information about the jboss-cvs-commits mailing list