diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/tests/Makefile.am | 1 | ||||
-rw-r--r-- | cpp/tests/MessageHandlerTest.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cpp/tests/Makefile.am b/cpp/tests/Makefile.am index b6184c950a..a2bbc07213 100644 --- a/cpp/tests/Makefile.am +++ b/cpp/tests/Makefile.am @@ -30,6 +30,7 @@ broker_tests = \ InMemoryContentTest \ LazyLoadedContentTest \ MessageBuilderTest \ + MessageHandlerTest \ MessageTest \ QueueRegistryTest \ QueueTest \ diff --git a/cpp/tests/MessageHandlerTest.cpp b/cpp/tests/MessageHandlerTest.cpp index 55971355f6..4dd2c13408 100644 --- a/cpp/tests/MessageHandlerTest.cpp +++ b/cpp/tests/MessageHandlerTest.cpp @@ -23,7 +23,7 @@ #include <amqp_framing.h> #include <qpid_test_plugin.h> -#include <BrokerAdapter.h> +#include <SessionHandlerFactoryImpl.h> using namespace qpid::framing; using namespace qpid::broker; |