summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/ReplicationTest.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2011-08-18 14:58:53 +0000
committerAlan Conway <aconway@apache.org>2011-08-18 14:58:53 +0000
commit3dbb71f39734ae769d258bb1548ba946e859a13a (patch)
tree1e0b479ab1dc37e4aef389d980d0b81e1252681d /qpid/cpp/src/tests/ReplicationTest.cpp
parentacef88b76696a58cc53e82c3000f91d489f0a382 (diff)
downloadqpid-python-3dbb71f39734ae769d258bb1548ba946e859a13a.tar.gz
NO-JIRA: eliminate SocketProxy from tests.
Was causing problems with changes to introduce IPv6. In most cases this was being used unnecessarilly due to cut-and-paste of tests. In the 2 cases it was useful, replaced by simply shutting down the broker to simulate network failure. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1159268 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/ReplicationTest.cpp')
-rw-r--r--qpid/cpp/src/tests/ReplicationTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ReplicationTest.cpp b/qpid/cpp/src/tests/ReplicationTest.cpp
index 7310a3fe20..1219a6b59e 100644
--- a/qpid/cpp/src/tests/ReplicationTest.cpp
+++ b/qpid/cpp/src/tests/ReplicationTest.cpp
@@ -74,7 +74,7 @@ QPID_AUTO_TEST_CASE(testReplicationExchange)
{
qpid::broker::Broker::Options brokerOpts(getBrokerOpts(list_of<string>("qpidd")
("--replication-exchange-name=qpid.replication")));
- ProxySessionFixture f(brokerOpts);
+ SessionFixture f(brokerOpts);
std::string dataQ("queue-1");