diff options
| author | Robert Greig <rgreig@apache.org> | 2007-03-01 15:09:17 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-03-01 15:09:17 +0000 |
| commit | 095ec69a3a779266f635d53402134609cba2d1bd (patch) | |
| tree | abdc46a37261a68a1dd1bcd8a7c8644d4190e50d /qpid/cpp/tests/client_test.cpp | |
| parent | c453c6d2813b878e006bbbeee6b86720bbecf0e5 (diff) | |
| download | qpid-python-095ec69a3a779266f635d53402134609cba2d1bd.tar.gz | |
(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@513371 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/tests/client_test.cpp')
| -rw-r--r-- | qpid/cpp/tests/client_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/tests/client_test.cpp b/qpid/cpp/tests/client_test.cpp index 9534fdcecb..f869cf4860 100644 --- a/qpid/cpp/tests/client_test.cpp +++ b/qpid/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 |
