Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 22908 invoked from network); 21 Feb 2006 08:13:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Feb 2006 08:13:03 -0000 Received: (qmail 68621 invoked by uid 500); 21 Feb 2006 08:13:03 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 68606 invoked by uid 500); 21 Feb 2006 08:13:03 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 68597 invoked by uid 99); 21 Feb 2006 08:13:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 00:13:03 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 21 Feb 2006 00:13:02 -0800 Received: (qmail 22767 invoked by uid 65534); 21 Feb 2006 08:12:42 -0000 Message-ID: <20060221081242.22766.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r379390 - /incubator/activemq/trunk/assembly/project.xml Date: Tue, 21 Feb 2006 08:12:41 -0000 To: activemq-commits@geronimo.apache.org From: jlim@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jlim Date: Tue Feb 21 00:12:38 2006 New Revision: 379390 URL: http://svn.apache.org/viewcvs?rev=379390&view=rev Log: temporary disabled TwoBrokerTopicSendReceiveTest (AMQ-586).Passes all test grid except for the Windows Server 2003 platform (jafar) Modified: incubator/activemq/trunk/assembly/project.xml Modified: incubator/activemq/trunk/assembly/project.xml URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/project.xml?rev=379390&r1=379389&r2=379390&view=diff ============================================================================== --- incubator/activemq/trunk/assembly/project.xml (original) +++ incubator/activemq/trunk/assembly/project.xml Tue Feb 21 00:12:38 2006 @@ -317,7 +317,8 @@ **/*Test.* - + + **/TwoBrokerTopicSendReceiveTest.* **/TwoBrokerTopicSendReceiveUsingHttpTest.*