From commits-return-12735-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Fri Jan 08 13:46:11 2010 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 56156 invoked from network); 8 Jan 2010 13:46:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jan 2010 13:46:11 -0000 Received: (qmail 10988 invoked by uid 500); 8 Jan 2010 13:46:11 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 10939 invoked by uid 500); 8 Jan 2010 13:46:11 -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 10930 invoked by uid 99); 8 Jan 2010 13:46:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 13:46:11 +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; Fri, 08 Jan 2010 13:46:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 102D8238899B; Fri, 8 Jan 2010 13:45:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r897203 - /activemq/trunk/activemq-core/pom.xml Date: Fri, 08 Jan 2010 13:45:47 -0000 To: commits@activemq.apache.org From: dejanb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100108134548.102D8238899B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dejanb Date: Fri Jan 8 13:45:47 2010 New Revision: 897203 URL: http://svn.apache.org/viewvc?rev=897203&view=rev Log: moving StompLoadTest to sys tests Modified: activemq/trunk/activemq-core/pom.xml Modified: activemq/trunk/activemq-core/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=897203&r1=897202&r2=897203&view=diff ============================================================================== --- activemq/trunk/activemq-core/pom.xml (original) +++ activemq/trunk/activemq-core/pom.xml Fri Jan 8 13:45:47 2010 @@ -487,8 +487,6 @@ **/ProxyConnectorTest.* - - **/StompLoadTest.* **/BrokerNetworkWithStuckMessagesTest.*