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/encoderTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/parser/encoderTest.cpp') diff --git a/tests/parser/encoderTest.cpp b/tests/parser/encoderTest.cpp index ad572b2d..d3990928 100644 --- a/tests/parser/encoderTest.cpp +++ b/tests/parser/encoderTest.cpp @@ -23,7 +23,7 @@ #include #include "../../src/vmime" -#include "../../examples/common.inc" +#include "../../src/platforms/posix/handler.hpp" using namespace unitpp; @@ -284,7 +284,7 @@ namespace encoderTest() : suite("vmime::encoder") { - vmime::platformDependant::setHandler(); + vmime::platformDependant::setHandler(); add("Base64", testcase(this, "Base64", &encoderTest::testBase64)); add("QuotedPrintable", testcase(this, "QuotedPrintable", &encoderTest::testQuotedPrintable)); -- cgit v1.2.3