diff options
Diffstat (limited to 'tests/parser/headerTest.cpp')
-rw-r--r-- | tests/parser/headerTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parser/headerTest.cpp b/tests/parser/headerTest.cpp index c434adc5..ced0dbd4 100644 --- a/tests/parser/headerTest.cpp +++ b/tests/parser/headerTest.cpp @@ -23,7 +23,7 @@ #include <ostream> #include "../../src/vmime" -#include "../../examples/common.inc" +#include "../../src/platforms/posix/handler.hpp" using namespace unitpp; @@ -328,7 +328,7 @@ namespace headerTest() : suite("vmime::header") { // VMime initialization - vmime::platformDependant::setHandler<my_handler>(); + vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>(); add("Has", testcase(this, "Has1", &headerTest::testHas1)); add("Has", testcase(this, "Has2", &headerTest::testHas2)); |