aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/encoderTest.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-18 01:57:39 +0000
committerVincent Richard <[email protected]>2004-12-18 01:57:39 +0000
commit460cae786af2c4c8ff205f7feb45b50c43a6700b (patch)
treeadc4c2f466ae5dd625f57a13df3247dd565fbb3a /tests/parser/encoderTest.cpp
parentAdded appendComponent() and getComponentAt() functions. (diff)
downloadvmime-460cae786af2c4c8ff205f7feb45b50c43a6700b.tar.gz
vmime-460cae786af2c4c8ff205f7feb45b50c43a6700b.zip
Default platform handlers (currently only POSIX).
Diffstat (limited to '')
-rw-r--r--tests/parser/encoderTest.cpp4
1 files changed, 2 insertions, 2 deletions
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 <ostream>
#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<my_handler>();
+ vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>();
add("Base64", testcase(this, "Base64", &encoderTest::testBase64));
add("QuotedPrintable", testcase(this, "QuotedPrintable", &encoderTest::testQuotedPrintable));