Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 44053 invoked from network); 1 Feb 2008 23:07:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 23:07:18 -0000 Received: (qmail 78991 invoked by uid 500); 1 Feb 2008 23:07:10 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 78964 invoked by uid 500); 1 Feb 2008 23:07:10 -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 78955 invoked by uid 99); 1 Feb 2008 23:07:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 15:07:10 -0800 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; Fri, 01 Feb 2008 23:07:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 314871A9832; Fri, 1 Feb 2008 15:06:54 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r617696 - in /activemq/activemq-cpp/decaf/trunk: src/test/decaf/lang/SystemTest.cpp vs2005-build/vs2005-decaf-unittests.vcproj vs2005-build/vs2005-decaf.vcproj Date: Fri, 01 Feb 2008 23:06:48 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080201230654.314871A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Fri Feb 1 15:06:40 2008 New Revision: 617696 URL: http://svn.apache.org/viewvc?rev=617696&view=rev Log: http://issues.apache.org/activemq/browse/AMQCPP-103 Working on the Windows Build Modified: activemq/activemq-cpp/decaf/trunk/src/test/decaf/lang/SystemTest.cpp activemq/activemq-cpp/decaf/trunk/vs2005-build/vs2005-decaf-unittests.vcproj activemq/activemq-cpp/decaf/trunk/vs2005-build/vs2005-decaf.vcproj Modified: activemq/activemq-cpp/decaf/trunk/src/test/decaf/lang/SystemTest.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/src/test/decaf/lang/SystemTest.cpp?rev=617696&r1=617695&r2=617696&view=diff ============================================================================== --- activemq/activemq-cpp/decaf/trunk/src/test/decaf/lang/SystemTest.cpp (original) +++ activemq/activemq-cpp/decaf/trunk/src/test/decaf/lang/SystemTest.cpp Fri Feb 1 15:06:40 2008 @@ -47,7 +47,7 @@ Map values = System::getenv(); CPPUNIT_ASSERT( values.size() != 0 ); - CPPUNIT_ASSERT( values.containsKey( "PATH" ) ); + CPPUNIT_ASSERT( values.containsKey( "PATH" ) || values.containsKey( "Path" ) ); CPPUNIT_ASSERT( !values.containsKey( "PATH_ASDFGHJKL" ) ); } Modified: activemq/activemq-cpp/decaf/trunk/vs2005-build/vs2005-decaf-unittests.vcproj URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/vs2005-build/vs2005-decaf-unittests.vcproj?rev=617696&r1=617695&r2=617696&view=diff ============================================================================== --- activemq/activemq-cpp/decaf/trunk/vs2005-build/vs2005-decaf-unittests.vcproj (original) +++ activemq/activemq-cpp/decaf/trunk/vs2005-build/vs2005-decaf-unittests.vcproj Fri Feb 1 15:06:40 2008 @@ -129,7 +129,7 @@ />