You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2008/08/26 15:07:03 UTC

svn commit: r689062 - /activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp

Author: tabish
Date: Tue Aug 26 06:07:02 2008
New Revision: 689062

URL: http://svn.apache.org/viewvc?rev=689062&view=rev
Log:
Fix some warnings on windows

Modified:
    activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp

Modified: activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp?rev=689062&r1=689061&r2=689062&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp (original)
+++ activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp Tue Aug 26 06:07:02 2008
@@ -104,7 +104,7 @@
     string test1;
     string test2;
 
-    test1 += 156;
+    test1 += (char)156;
     test2 += 'A';
 
     CPPUNIT_ASSERT_NO_THROW_MESSAGE(