diff options
Diffstat (limited to 'cpp/src/tests/ClientChannelTest.cpp')
-rw-r--r-- | cpp/src/tests/ClientChannelTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ClientChannelTest.cpp b/cpp/src/tests/ClientChannelTest.cpp index 9a982508d1..454b9ca56d 100644 --- a/cpp/src/tests/ClientChannelTest.cpp +++ b/cpp/src/tests/ClientChannelTest.cpp @@ -56,7 +56,7 @@ class ChannelTestBase : public CppUnit::TestCase } }; - InProcessBrokerClient connection; // client::connection + local broker + qpid::InProcessBrokerClient connection; const std::string qname; const std::string data; Queue queue; |