Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 63842 invoked from network); 24 Feb 2008 22:47:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2008 22:47:00 -0000 Received: (qmail 27713 invoked by uid 500); 24 Feb 2008 22:46:55 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 27693 invoked by uid 500); 24 Feb 2008 22:46:55 -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 27684 invoked by uid 99); 24 Feb 2008 22:46:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2008 14:46:55 -0800 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2008 22:46:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1E7041A9832; Sun, 24 Feb 2008 14:46:29 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r630700 - /activemq/activemq-cpp/trunk/src/test-integration/Makefile.am Date: Sun, 24 Feb 2008 22:46:28 -0000 To: commits@activemq.apache.org From: nmittler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080224224629.1E7041A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nmittler Date: Sun Feb 24 14:46:27 2008 New Revision: 630700 URL: http://svn.apache.org/viewvc?rev=630700&view=rev Log: AMQCPP-152 - Adding integ tests for CmsTemplate with OpenWire Modified: activemq/activemq-cpp/trunk/src/test-integration/Makefile.am Modified: activemq/activemq-cpp/trunk/src/test-integration/Makefile.am URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test-integration/Makefile.am?rev=630700&r1=630699&r2=630700&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/test-integration/Makefile.am (original) +++ activemq/activemq-cpp/trunk/src/test-integration/Makefile.am Sun Feb 24 14:46:27 2008 @@ -20,6 +20,7 @@ integration/TestSupport.cpp \ integration/TestRegistry.cpp \ integration/connector/openwire/OpenwireAsyncSenderTest.cpp \ + integration/connector/openwire/OpenwireCmsTemplateTest.cpp \ integration/connector/openwire/OpenwireDurableTest.cpp \ integration/connector/openwire/OpenwireExpirationTest.cpp \ integration/connector/openwire/OpenwireSimpleRollbackTest.cpp \