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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 24 16:08:12 EST 2012


Author: clebert.suconic
Date: 2012-02-24 16:08:11 -0500 (Fri, 24 Feb 2012)
New Revision: 12195

Modified:
   branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java
Log:
fixing test

Modified: branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java
===================================================================
--- branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java	2012-02-24 21:06:54 UTC (rev 12194)
+++ branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java	2012-02-24 21:08:11 UTC (rev 12195)
@@ -259,6 +259,8 @@
             Thread.sleep(100);
         }
         assertFalse(queue.getPageSubscription().getPagingStore().isPaging());
+        
+        server.stop();
     }
 
    public void testPreparePersistent() throws Exception



More information about the hornetq-commits mailing list