You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/07/31 17:57:57 UTC

svn commit: r1367630 - /activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/test/StompParallelTest.scala

Author: chirino
Date: Tue Jul 31 15:57:57 2012
New Revision: 1367630

URL: http://svn.apache.org/viewvc?rev=1367630&view=rev
Log:
Include queue seq numbers in the test case for better trouble shooting.

Modified:
    activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/test/StompParallelTest.scala

Modified: activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/test/StompParallelTest.scala
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/test/StompParallelTest.scala?rev=1367630&r1=1367629&r2=1367630&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/test/StompParallelTest.scala (original)
+++ activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/test/StompParallelTest.scala Tue Jul 31 15:57:57 2012
@@ -773,6 +773,7 @@ class StompParallelTest extends StompTes
               "destination:/topic/updates2\n" +
               "id:my-sub-name\n" +
               "persistent:true\n" +
+              "include-seq:seq\n" +
               "receipt:0\n" +
               "\n")
     wait_for_receipt("0")
@@ -792,6 +793,7 @@ class StompParallelTest extends StompTes
               "destination:/topic/updates2\n" +
               "id:my-sub-name\n" +
               "persistent:true\n" +
+              "include-seq:seq\n" +
               "\n")
 
     def get(id: Int) = {