[hornetq-commits] JBoss hornetq SVN: r10220 - branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/timing/core/server/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 16 15:31:00 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-02-16 15:30:58 -0500 (Wed, 16 Feb 2011)
New Revision: 10220

Modified:
   branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/timing/core/server/impl/QueueImplTest.java
Log:
fixing test

Modified: branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/timing/core/server/impl/QueueImplTest.java
===================================================================
--- branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/timing/core/server/impl/QueueImplTest.java	2011-02-16 17:56:44 UTC (rev 10219)
+++ branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/timing/core/server/impl/QueueImplTest.java	2011-02-16 20:30:58 UTC (rev 10220)
@@ -119,15 +119,15 @@
       // Scheduled refs are added back to *FRONT* of queue - otherwise if there were many messages in the queue
       // They may get stranded behind a big backlog
 
-      refs.add(ref1);
-      refs.add(ref8);
-      refs.add(ref5);
-      refs.add(ref6);
-      refs.add(ref7);
 
       refs.add(ref2);
       refs.add(ref3);
       refs.add(ref4);
+      refs.add(ref7);
+      refs.add(ref6);
+      refs.add(ref5); 
+      refs.add(ref8);
+      refs.add(ref1);
 
       Thread.sleep(7500);
 



More information about the hornetq-commits mailing list