[jboss-cvs] JBoss Messaging SVN: r2255 - trunk/tests/src/org/jboss/test/messaging/jms.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 10 20:00:04 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-10 20:00:04 -0500 (Sat, 10 Feb 2007)
New Revision: 2255

Modified:
   trunk/tests/src/org/jboss/test/messaging/jms/ClientExitTest.java
Log:
make it compile

Modified: trunk/tests/src/org/jboss/test/messaging/jms/ClientExitTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/ClientExitTest.java	2007-02-10 07:57:52 UTC (rev 2254)
+++ trunk/tests/src/org/jboss/test/messaging/jms/ClientExitTest.java	2007-02-11 01:00:04 UTC (rev 2255)
@@ -87,8 +87,8 @@
       {
          localServer = new LocalTestServer();
 
-         localServer.start("all");
-         localServer.deployQueue("Queue", null);
+         localServer.start("all", true);
+         localServer.deployQueue("Queue", null, false);
 
          // lookup the connection factory and the queue which we'll send to the client VM via a
          // serialized instances saved in file




More information about the jboss-cvs-commits mailing list