From af1cd20356d35061c74a3f1ba956faaf30933e90 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 20 Feb 2009 10:42:31 +0000 Subject: Commit accepts of control messages (else they are left on queue) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@746197 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/txshift.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests/txshift.cpp') diff --git a/cpp/src/tests/txshift.cpp b/cpp/src/tests/txshift.cpp index 5db08d7a53..5f9c4f17fa 100644 --- a/cpp/src/tests/txshift.cpp +++ b/cpp/src/tests/txshift.cpp @@ -155,6 +155,7 @@ struct Worker : FailoverManager::Command, Runnable SubscriptionManager subs(session); transfer.subscribeToControl(subs); subs.run(); + session.txCommit();//commit accept of control messages } }; -- cgit v1.2.1