diff options
Diffstat (limited to 'cpp/src/tests/TestCase.h')
-rw-r--r-- | cpp/src/tests/TestCase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/TestCase.h b/cpp/src/tests/TestCase.h index 07bdd68933..7926c4fe1d 100644 --- a/cpp/src/tests/TestCase.h +++ b/cpp/src/tests/TestCase.h @@ -21,8 +21,8 @@ * */ +#include "qpid/client/ConnectionSettings.h" #include "qpid/client/Message.h" -#include "TestOptions.h" namespace qpid { @@ -39,7 +39,7 @@ public: * may be 'activated' at this stage others may require an explicit * start request. */ - virtual void assign(const std::string& role, framing::FieldTable& params, TestOptions& options) = 0; + virtual void assign(const std::string& role, framing::FieldTable& params, client::ConnectionSettings& options) = 0; /** * Each test will be started on its own thread, which should block * until the test completes (this may or may not require an |