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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 24 16:19:03 EST 2012


Author: clebert.suconic
Date: 2012-02-24 16:19:02 -0500 (Fri, 24 Feb 2012)
New Revision: 12197

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

Modified: branches/Branch_2_2_AS7/tests/src/org/hornetq/tests/integration/client/PagingTest.java
===================================================================
--- branches/Branch_2_2_AS7/tests/src/org/hornetq/tests/integration/client/PagingTest.java	2012-02-24 21:18:06 UTC (rev 12196)
+++ branches/Branch_2_2_AS7/tests/src/org/hornetq/tests/integration/client/PagingTest.java	2012-02-24 21:19:02 UTC (rev 12197)
@@ -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