From 460cae786af2c4c8ff205f7feb45b50c43a6700b Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sat, 18 Dec 2004 01:57:39 +0000 Subject: Default platform handlers (currently only POSIX). --- tests/parser/textTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/parser/textTest.cpp') 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 #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(); + vmime::platformDependant::setHandler(); add("Constructors", testcase(this, "Constructors", &textTest::testConstructors)); add("Copy", testcase(this, "Copy", &textTest::testCopy)); -- cgit v1.2.3