Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 64010 invoked from network); 7 Jul 2006 08:57:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2006 08:57:56 -0000 Received: (qmail 93470 invoked by uid 500); 7 Jul 2006 08:57:55 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 93443 invoked by uid 500); 7 Jul 2006 08:57:55 -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 93434 invoked by uid 99); 7 Jul 2006 08:57:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 01:57:55 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 01:57:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id D80F31A981D; Fri, 7 Jul 2006 01:57:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r419844 - /incubator/activemq/trunk/activemq-core/pom.xml Date: Fri, 07 Jul 2006 08:57:34 -0000 To: activemq-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060707085734.D80F31A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jstrachan Date: Fri Jul 7 01:57:34 2006 New Revision: 419844 URL: http://svn.apache.org/viewvc?rev=419844&view=rev Log: moved the tests across from the assembly module that can be run inside the activemq-core module Modified: incubator/activemq/trunk/activemq-core/pom.xml Modified: incubator/activemq/trunk/activemq-core/pom.xml URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?rev=419844&r1=419843&r2=419844&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/pom.xml (original) +++ incubator/activemq/trunk/activemq-core/pom.xml Fri Jul 7 01:57:34 2006 @@ -266,6 +266,17 @@ **/StompSubscriptionRemoveTest.* + + + + **/TwoBrokerMulticastQueueTest.* + **/TwoBrokerMessageNotSentToRemoteWhenNoConsumerTest.* + **/TwoBrokerQueueClientsReconnectTest.* + **/ThreeBrokerQueueNetworkUsingTcpTest.* + **/QueueConsumerCloseAndReconnectTest.* + + + **/TwoBrokerTopicSendReceiveUsingHttpTest.*