From ef2e26031e8de47461a8653ecb764019fe4b603e Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Thu, 1 Mar 2007 15:09:17 +0000 Subject: (Patch submitted by Rupert Smith) Small changes to use virtual hosts, merged back in from perftesting_persistent branch. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@513371 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/client_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/tests/client_test.cpp') diff --git a/cpp/tests/client_test.cpp b/cpp/tests/client_test.cpp index 9534fdcecb..f869cf4860 100644 --- a/cpp/tests/client_test.cpp +++ b/cpp/tests/client_test.cpp @@ -68,7 +68,7 @@ int main(int argc, char**) Connection con(argc > 1); string host("localhost"); - con.open(host); + con.open(host, 5672, "guest", "guest", "/test"); std::cout << "Opened connection." << std::endl; //Create and open a channel on the connection through which -- cgit v1.2.1