diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-10-16 18:47:52 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-10-16 18:47:52 +0000 |
| commit | d06ff5c5cafc72c0ba860f7b222633c72798757a (patch) | |
| tree | 2376cef0869a2062b3ea5578cd7f256b44dfa14e /qpid/cpp/src/tests | |
| parent | 81064cb89895114f3bb40a01d75c255cd155ea58 (diff) | |
| download | qpid-python-d06ff5c5cafc72c0ba860f7b222633c72798757a.tar.gz | |
Pull running acceptor out of Broker run loop
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@826033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/BrokerFixture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/BrokerFixture.h b/qpid/cpp/src/tests/BrokerFixture.h index bb985cf7e1..861400f539 100644 --- a/qpid/cpp/src/tests/BrokerFixture.h +++ b/qpid/cpp/src/tests/BrokerFixture.h @@ -66,6 +66,7 @@ struct BrokerFixture : private boost::noncopyable { // TODO aconway 2007-12-05: At one point BrokerFixture // tests could hang in Connection ctor if the following // line is removed. This may not be an issue anymore. + broker->accept(); broker->getPort(qpid::broker::Broker::TCP_TRANSPORT); brokerThread = qpid::sys::Thread(*broker); }; |
