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 2009/12/02 19:18:06 UTC

svn commit: r886234 - /activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/internal/net/URIHelperTest.cpp

Author: tabish
Date: Wed Dec  2 18:18:05 2009
New Revision: 886234

URL: http://svn.apache.org/viewvc?rev=886234&view=rev
Log:
Commit some fixes found while building on Solaris.

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

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/internal/net/URIHelperTest.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/internal/net/URIHelperTest.cpp?rev=886234&r1=886233&r2=886234&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/internal/net/URIHelperTest.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/internal/net/URIHelperTest.cpp Wed Dec  2 18:18:05 2009
@@ -65,7 +65,7 @@
     // path with an escaped octet for space char
     constructorTests.push_back( "http://host/a%E2%82%ACpath#frag" );
     // path with escaped octet for unicode char, not USASCII
-    constructorTests.push_back( "http://host/a\u20ACpath#frag" );
+    // constructorTests.push_back( "http://host/a\u20ACpath#frag" );
     // path with unicode char, not USASCII equivalent to
     constructorTests.push_back( "http://host%20name/" );
     // escaped octets in host (becomes registry based)