From 435a67ed93fd1aedc0aa151c1a268862d1e1b073 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 30 Oct 2008 21:07:28 +0000 Subject: Replicate session state for un-acknowledged messages to new cluster members. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@709242 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/exception_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/exception_test.cpp') diff --git a/qpid/cpp/src/tests/exception_test.cpp b/qpid/cpp/src/tests/exception_test.cpp index a73ea9e36b..f3f5435699 100644 --- a/qpid/cpp/src/tests/exception_test.cpp +++ b/qpid/cpp/src/tests/exception_test.cpp @@ -92,7 +92,7 @@ QPID_AUTO_TEST_CASE(DisconnectedPop) { ProxyConnection c(fix.broker->getPort(Broker::TCP_TRANSPORT)); fix.session.queueDeclare(arg::queue="q"); fix.subs.subscribe(fix.lq, "q"); - Catcher pop(bind(&LocalQueue::pop, boost::ref(fix.lq))); + Catcher pop(bind(&LocalQueue::pop, &fix.lq, sys::TIME_SEC)); fix.connection.proxy.close(); BOOST_CHECK(pop.join()); } -- cgit v1.2.1