Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 91933 invoked from network); 2 Aug 2007 20:46:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2007 20:46:55 -0000 Received: (qmail 24818 invoked by uid 500); 2 Aug 2007 20:46:29 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 24684 invoked by uid 500); 2 Aug 2007 20:46:28 -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 24333 invoked by uid 99); 2 Aug 2007 20:46:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2007 13:46:26 -0700 X-ASF-Spam-Status: No, hits=-100.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; Thu, 02 Aug 2007 20:27:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 55DA71A981D; Thu, 2 Aug 2007 13:27:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r562243 - in /activemq/activemq-cpp/trunk/src/decaf/src/test: Makefile.am testRegistry.cpp Date: Thu, 02 Aug 2007 20:27:07 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070802202707.55DA71A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Thu Aug 2 13:27:06 2007 New Revision: 562243 URL: http://svn.apache.org/viewvc?view=rev&rev=562243 Log: http://issues.apache.org/activemq/browse/AMQCPP-103 Adding in more Types wrappers Modified: activemq/activemq-cpp/trunk/src/decaf/src/test/Makefile.am activemq/activemq-cpp/trunk/src/decaf/src/test/testRegistry.cpp Modified: activemq/activemq-cpp/trunk/src/decaf/src/test/Makefile.am URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/test/Makefile.am?view=diff&rev=562243&r1=562242&r2=562243 ============================================================================== --- activemq/activemq-cpp/trunk/src/decaf/src/test/Makefile.am (original) +++ activemq/activemq-cpp/trunk/src/decaf/src/test/Makefile.am Thu Aug 2 13:27:06 2007 @@ -16,6 +16,7 @@ # --------------------------------------------------------------------------- cc_sources = \ + decaf/lang/CharacterTest.cpp \ decaf/lang/BooleanTest.cpp \ decaf/lang/ShortTest.cpp \ decaf/lang/IntegerTest.cpp \ @@ -45,6 +46,7 @@ main.cpp h_sources = \ + decaf/lang/CharacterTest.h \ decaf/lang/BooleanTest.h \ decaf/lang/ShortTest.h \ decaf/lang/IntegerTest.h \ Modified: activemq/activemq-cpp/trunk/src/decaf/src/test/testRegistry.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/test/testRegistry.cpp?view=diff&rev=562243&r1=562242&r2=562243 ============================================================================== --- activemq/activemq-cpp/trunk/src/decaf/src/test/testRegistry.cpp (original) +++ activemq/activemq-cpp/trunk/src/decaf/src/test/testRegistry.cpp Thu Aug 2 13:27:06 2007 @@ -31,6 +31,8 @@ #include CPPUNIT_TEST_SUITE_REGISTRATION( decaf::io::DataOutputStreamTest ); +#include +CPPUNIT_TEST_SUITE_REGISTRATION( decaf::lang::CharacterTest ); #include CPPUNIT_TEST_SUITE_REGISTRATION( decaf::lang::BooleanTest ); #include