aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-30 10:32:32 +0100
committerVincent Richard <[email protected]>2004-12-30 10:32:32 +0100
commitda55bd2c267934d0d8f44d9d061a3db9b1ea203f (patch)
tree1be91aa618e99f4243e6b473d25f702229c38f2d /tests
parentRenamed files in POSIX platform handler. (diff)
downloadvmime-da55bd2c267934d0d8f44d9d061a3db9b1ea203f.tar.gz
vmime-da55bd2c267934d0d8f44d9d061a3db9b1ea203f.zip
Autotools and libtool support.
Diffstat (limited to 'tests')
-rw-r--r--tests/parser/encoderTest.cpp2
-rw-r--r--tests/parser/headerTest.cpp2
-rw-r--r--tests/parser/mailboxTest.cpp2
-rw-r--r--tests/parser/mediaTypeTest.cpp2
-rw-r--r--tests/parser/textTest.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/parser/encoderTest.cpp b/tests/parser/encoderTest.cpp
index f4902279..34bafc56 100644
--- a/tests/parser/encoderTest.cpp
+++ b/tests/parser/encoderTest.cpp
@@ -23,7 +23,7 @@
#include <ostream>
#include "vmime/vmime.hpp"
-#include "vmime/platforms/posix/handler.hpp"
+#include "vmime/platforms/posix/posixHandler.hpp"
using namespace unitpp;
diff --git a/tests/parser/headerTest.cpp b/tests/parser/headerTest.cpp
index e4500dc0..11ee235a 100644
--- a/tests/parser/headerTest.cpp
+++ b/tests/parser/headerTest.cpp
@@ -23,7 +23,7 @@
#include <ostream>
#include "vmime/vmime.hpp"
-#include "vmime/platforms/posix/handler.hpp"
+#include "vmime/platforms/posix/posixHandler.hpp"
using namespace unitpp;
diff --git a/tests/parser/mailboxTest.cpp b/tests/parser/mailboxTest.cpp
index 2414e485..d8b7de4e 100644
--- a/tests/parser/mailboxTest.cpp
+++ b/tests/parser/mailboxTest.cpp
@@ -23,7 +23,7 @@
#include <ostream>
#include "vmime/vmime.hpp"
-#include "vmime/platforms/posix/handler.hpp"
+#include "vmime/platforms/posix/posixHandler.hpp"
#include "tests/parser/testUtils.hpp"
diff --git a/tests/parser/mediaTypeTest.cpp b/tests/parser/mediaTypeTest.cpp
index 6fe86e0d..0794b862 100644
--- a/tests/parser/mediaTypeTest.cpp
+++ b/tests/parser/mediaTypeTest.cpp
@@ -23,7 +23,7 @@
#include <ostream>
#include "vmime/vmime.hpp"
-#include "vmime/platforms/posix/handler.hpp"
+#include "vmime/platforms/posix/posixHandler.hpp"
using namespace unitpp;
diff --git a/tests/parser/textTest.cpp b/tests/parser/textTest.cpp
index 1262b7ee..82f33291 100644
--- a/tests/parser/textTest.cpp
+++ b/tests/parser/textTest.cpp
@@ -23,7 +23,7 @@
#include <ostream>
#include "vmime/vmime.hpp"
-#include "vmime/platforms/posix/handler.hpp"
+#include "vmime/platforms/posix/posixHandler.hpp"
#include "tests/parser/testUtils.hpp"