Return-Path: Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: (qmail 33055 invoked from network); 30 Jul 2009 11:18:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jul 2009 11:18:15 -0000 Received: (qmail 86015 invoked by uid 500); 30 Jul 2009 11:18:15 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 85981 invoked by uid 500); 30 Jul 2009 11:18:15 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 85972 invoked by uid 99); 30 Jul 2009 11:18:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2009 11:18:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Thu, 30 Jul 2009 11:18:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7E53E238886D; Thu, 30 Jul 2009 11:17:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r799239 - /qpid/trunk/qpid/java/test-profiles/cpp.async.excludes Date: Thu, 30 Jul 2009 11:17:51 -0000 To: commits@qpid.apache.org From: rhs@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090730111751.7E53E238886D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rhs Date: Thu Jul 30 11:17:51 2009 New Revision: 799239 URL: http://svn.apache.org/viewvc?rev=799239&view=rev Log: added back another missing exclude Modified: qpid/trunk/qpid/java/test-profiles/cpp.async.excludes Modified: qpid/trunk/qpid/java/test-profiles/cpp.async.excludes URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/cpp.async.excludes?rev=799239&r1=799238&r2=799239&view=diff ============================================================================== --- qpid/trunk/qpid/java/test-profiles/cpp.async.excludes (original) +++ qpid/trunk/qpid/java/test-profiles/cpp.async.excludes Thu Jul 30 11:17:51 2009 @@ -1,2 +1,5 @@ // the C++ broker doesn't implement selectors, so they are not persisted with the subscription org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector + +// the C++ broker doesn't guarantee the order of messages on recovery +org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscribe@qpid.apache.org