[hornetq-commits] JBoss hornetq SVN: r11821 - trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 5 04:40:04 EST 2011


Author: ataylor
Date: 2011-12-05 04:40:04 -0500 (Mon, 05 Dec 2011)
New Revision: 11821

Modified:
   trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/client/DeliveryOrderTest.java
Log:
fix closing of serverlocator

Modified: trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/client/DeliveryOrderTest.java
===================================================================
--- trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/client/DeliveryOrderTest.java	2011-12-02 21:35:46 UTC (rev 11820)
+++ trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/client/DeliveryOrderTest.java	2011-12-05 09:40:04 UTC (rev 11821)
@@ -101,7 +101,7 @@
       try
       {
          server.start();
-         ServerLocator locator = createInVMNonHALocator();
+         locator = createInVMNonHALocator();
          ClientSessionFactory cf = locator.createSessionFactory();
          ClientSession sendSession = cf.createSession(false, true, false);
          ClientProducer cp = sendSession.createProducer(addressA);



More information about the hornetq-commits mailing list