diff options
Diffstat (limited to 'cpp/src/tests/qpid-txtest.cpp')
| -rw-r--r-- | cpp/src/tests/qpid-txtest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/qpid-txtest.cpp b/cpp/src/tests/qpid-txtest.cpp index 6e7d46802c..59ab905af7 100644 --- a/cpp/src/tests/qpid-txtest.cpp +++ b/cpp/src/tests/qpid-txtest.cpp @@ -179,6 +179,7 @@ struct Transfer : public Client, public Runnable } else { session.txCommit(); } + session.sync(); } } catch(const std::exception& e) { std::cout << "Transfer interrupted: " << e.what() << std::endl; |
