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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 5 12:50:00 EDT 2009


Author: timfox
Date: 2009-05-05 12:50:00 -0400 (Tue, 05 May 2009)
New Revision: 6661

Modified:
   trunk/tests/src/org/jboss/messaging/tests/integration/client/RedeliveryConsumerTest.java
Log:
fixed test

Modified: trunk/tests/src/org/jboss/messaging/tests/integration/client/RedeliveryConsumerTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/client/RedeliveryConsumerTest.java	2009-05-05 16:01:59 UTC (rev 6660)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/client/RedeliveryConsumerTest.java	2009-05-05 16:50:00 UTC (rev 6661)
@@ -222,6 +222,8 @@
       server.stop();
 
       server.start();
+      
+      factory = createInVMFactory();
 
       session = factory.createSession(false, true, false);
       session.start();




More information about the jboss-cvs-commits mailing list