diff options
author | Vincent Richard <[email protected]> | 2004-12-18 01:57:39 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-18 01:57:39 +0000 |
commit | 460cae786af2c4c8ff205f7feb45b50c43a6700b (patch) | |
tree | adc4c2f466ae5dd625f57a13df3247dd565fbb3a /tests/parser/mailboxTest.cpp | |
parent | Added appendComponent() and getComponentAt() functions. (diff) | |
download | vmime-460cae786af2c4c8ff205f7feb45b50c43a6700b.tar.gz vmime-460cae786af2c4c8ff205f7feb45b50c43a6700b.zip |
Default platform handlers (currently only POSIX).
Diffstat (limited to 'tests/parser/mailboxTest.cpp')
-rw-r--r-- | tests/parser/mailboxTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parser/mailboxTest.cpp b/tests/parser/mailboxTest.cpp index 79a4004c..95547e9d 100644 --- a/tests/parser/mailboxTest.cpp +++ b/tests/parser/mailboxTest.cpp @@ -23,7 +23,7 @@ #include <ostream> #include "../../src/vmime" -#include "../../examples/common.inc" +#include "../../src/platforms/posix/handler.hpp" #include "testUtils.hpp" @@ -101,7 +101,7 @@ namespace mailboxTest() : suite("vmime::mailbox") { - vmime::platformDependant::setHandler<my_handler>(); + vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>(); add("Parse", testcase(this, "Parse", &mailboxTest::testParse)); |