diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-12-01 20:28:35 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-12-01 20:28:35 +0000 |
| commit | 458dd01e471f8d0b50027c9ed13d531d83f22e34 (patch) | |
| tree | 414b1e56c4b1a2fb62a58203907cbaf2f25602bd /cpp/src/tests/MessagingFixture.h | |
| parent | a3ec0c3d16162606321c7f89e4ef78bccd0a12a0 (diff) | |
| download | qpid-python-458dd01e471f8d0b50027c9ed13d531d83f22e34.tar.gz | |
Add a unit_test fixture for the Brokers internal management agent.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1041150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/MessagingFixture.h')
| -rw-r--r-- | cpp/src/tests/MessagingFixture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/MessagingFixture.h b/cpp/src/tests/MessagingFixture.h index 18cdeb1701..715de09bad 100644 --- a/cpp/src/tests/MessagingFixture.h +++ b/cpp/src/tests/MessagingFixture.h @@ -97,8 +97,8 @@ struct MessagingFixture : public BrokerFixture messaging::Session session; BrokerAdmin admin; - MessagingFixture(Broker::Options opts = Broker::Options()) : - BrokerFixture(opts), + MessagingFixture(Broker::Options opts = Broker::Options(), bool mgmtEnabled=false) : + BrokerFixture(opts, mgmtEnabled), connection(open(broker->getPort(Broker::TCP_TRANSPORT))), session(connection.createSession()), admin(broker->getPort(Broker::TCP_TRANSPORT)) |
