Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 30420D2FB for ; Tue, 31 Jul 2012 15:58:42 +0000 (UTC) Received: (qmail 36385 invoked by uid 500); 31 Jul 2012 15:58:42 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 36350 invoked by uid 500); 31 Jul 2012 15:58:42 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 36342 invoked by uid 99); 31 Jul 2012 15:58:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 15:58:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 15:58:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CCC382388962 for ; Tue, 31 Jul 2012 15:57:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1367630 - /activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/test/StompParallelTest.scala Date: Tue, 31 Jul 2012 15:57:57 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120731155757.CCC382388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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) = {