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/headerTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/parser/headerTest.cpp') 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 #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(); + vmime::platformDependant::setHandler(); add("Has", testcase(this, "Has1", &headerTest::testHas1)); add("Has", testcase(this, "Has2", &headerTest::testHas2)); -- cgit v1.2.3