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/03/27 20:28:09 UTC

svn commit: r759313 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/src/test-integration/activemq/util/CMSProvider.cpp

Author: tabish
Date: Fri Mar 27 19:28:08 2009
New Revision: 759313

URL: http://svn.apache.org/viewvc?rev=759313&view=rev
Log:
Fix incorrectly setting the username to the provided broker URI.

Modified:
    activemq/activemq-cpp/branches/activemq-cpp-2.x/src/test-integration/activemq/util/CMSProvider.cpp

Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/src/test-integration/activemq/util/CMSProvider.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-2.x/src/test-integration/activemq/util/CMSProvider.cpp?rev=759313&r1=759312&r2=759313&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-2.x/src/test-integration/activemq/util/CMSProvider.cpp (original)
+++ activemq/activemq-cpp/branches/activemq-cpp-2.x/src/test-integration/activemq/util/CMSProvider.cpp Fri Mar 27 19:28:08 2009
@@ -45,7 +45,7 @@
     this->durable = false;
     this->subscription = UUID::randomUUID().toString();
 
-    this->initialize( brokerURL );
+    this->initialize();
 }
 
 ////////////////////////////////////////////////////////////////////////////////