diff options
Diffstat (limited to 'tests/parser/textTest.cpp')
-rw-r--r-- | tests/parser/textTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parser/textTest.cpp b/tests/parser/textTest.cpp index 6dfb5016..523b5883 100644 --- a/tests/parser/textTest.cpp +++ b/tests/parser/textTest.cpp @@ -23,7 +23,7 @@ #include <ostream> #include "../../src/vmime" -#include "../../examples/common.inc" +#include "../../src/platforms/posix/handler.hpp" #include "testUtils.hpp" @@ -120,7 +120,7 @@ namespace textTest() : suite("vmime::text") { - vmime::platformDependant::setHandler<my_handler>(); + vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>(); add("Constructors", testcase(this, "Constructors", &textTest::testConstructors)); add("Copy", testcase(this, "Copy", &textTest::testCopy)); |