diff options
Diffstat (limited to 'cpp/tests/EventChannelConnectionTest.cpp')
-rw-r--r-- | cpp/tests/EventChannelConnectionTest.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/tests/EventChannelConnectionTest.cpp b/cpp/tests/EventChannelConnectionTest.cpp index a6b309d771..5e94b07dbd 100644 --- a/cpp/tests/EventChannelConnectionTest.cpp +++ b/cpp/tests/EventChannelConnectionTest.cpp @@ -24,11 +24,11 @@ #include "framing/AMQHeartbeatBody.h" #include "framing/AMQFrame.h" #include "sys/posix/EventChannelConnection.h" -#include "sys/SessionHandler.h" -#include "sys/SessionHandlerFactory.h" +#include "sys/ConnectionInputHandler.h" +#include "sys/ConnectionInputHandlerFactory.h" #include "sys/Socket.h" #include "qpid_test_plugin.h" -#include "MockSessionHandler.h" +#include "MockConnectionInputHandler.h" using namespace qpid::sys; using namespace qpid::framing; @@ -100,7 +100,7 @@ class EventChannelConnectionTest : public CppUnit::TestCase EventChannelThreads::shared_ptr threads; int pipe[2]; std::auto_ptr<EventChannelConnection> connection; - MockSessionHandlerFactory factory; + MockConnectionInputHandlerFactory factory; }; // Make this test suite a plugin. |