From d7f3ba9f9538fb140e6779b506b0936b8c248bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 26 Jan 2020 15:18:12 +0100 Subject: [PATCH] fixed CppUnit includes --- Foundation/testsuite/src/DataURIStreamTest.cpp | 4 ++-- NetSSL_OpenSSL/testsuite/src/FTPSClientSessionTest.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Foundation/testsuite/src/DataURIStreamTest.cpp b/Foundation/testsuite/src/DataURIStreamTest.cpp index db91833dd..df13678a4 100644 --- a/Foundation/testsuite/src/DataURIStreamTest.cpp +++ b/Foundation/testsuite/src/DataURIStreamTest.cpp @@ -9,8 +9,8 @@ #include "DataURIStreamTest.h" -#include "Poco/CppUnit/TestCaller.h" -#include "Poco/CppUnit/TestSuite.h" +#include "CppUnit/TestCaller.h" +#include "CppUnit/TestSuite.h" #include "Poco/DataURIStream.h" #include "Poco/Exception.h" #include "Poco/URI.h" diff --git a/NetSSL_OpenSSL/testsuite/src/FTPSClientSessionTest.cpp b/NetSSL_OpenSSL/testsuite/src/FTPSClientSessionTest.cpp index 51f40ae5b..e19bb1091 100644 --- a/NetSSL_OpenSSL/testsuite/src/FTPSClientSessionTest.cpp +++ b/NetSSL_OpenSSL/testsuite/src/FTPSClientSessionTest.cpp @@ -9,8 +9,8 @@ #include "FTPSClientSessionTest.h" -#include "Poco/CppUnit/TestCaller.h" -#include "Poco/CppUnit/TestSuite.h" +#include "CppUnit/TestCaller.h" +#include "CppUnit/TestSuite.h" #include "Poco/Net/FTPSClientSession.h" #include "Poco/Net/DialogSocket.h" #include "Poco/Net/SocketAddress.h"