Make CppUnit a component of Poco

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE
2016-01-08 00:17:13 +01:00
parent d03ac30383
commit ce797f7700
717 changed files with 1872 additions and 1843 deletions

View File

@@ -12,7 +12,7 @@
//
#include "CppUnit/TestRunner.h"
#include "Poco/CppUnit/TestRunner.h"
#include "NetSSLTestSuite.h"
#include "Poco/Util/Application.h"
#include "Poco/Net/HTTPStreamFactory.h"

View File

@@ -11,8 +11,8 @@
#include "HTTPSClientSessionTest.h"
#include "CppUnit/TestCaller.h"
#include "CppUnit/TestSuite.h"
#include "Poco/CppUnit/TestCaller.h"
#include "Poco/CppUnit/TestSuite.h"
#include "Poco/Net/HTTPSClientSession.h"
#include "Poco/Net/HTTPRequest.h"
#include "Poco/Net/HTTPRequestHandler.h"

View File

@@ -17,7 +17,7 @@
#include "Poco/Net/Net.h"
#include "CppUnit/TestCase.h"
#include "Poco/CppUnit/TestCase.h"
class HTTPSClientSessionTest: public CppUnit::TestCase

View File

@@ -16,7 +16,7 @@
#define HTTPSClientTestSuite_INCLUDED
#include "CppUnit/TestSuite.h"
#include "Poco/CppUnit/TestSuite.h"
class HTTPSClientTestSuite

View File

@@ -11,8 +11,8 @@
#include "HTTPSServerTest.h"
#include "CppUnit/TestCaller.h"
#include "CppUnit/TestSuite.h"
#include "Poco/CppUnit/TestCaller.h"
#include "Poco/CppUnit/TestSuite.h"
#include "Poco/Net/HTTPServer.h"
#include "Poco/Net/HTTPServerParams.h"
#include "Poco/Net/HTTPRequestHandler.h"

View File

@@ -17,7 +17,7 @@
#include "Poco/Net/Net.h"
#include "CppUnit/TestCase.h"
#include "Poco/CppUnit/TestCase.h"
class HTTPSServerTest: public CppUnit::TestCase

View File

@@ -16,7 +16,7 @@
#define HTTPSServerTestSuite_INCLUDED
#include "CppUnit/TestSuite.h"
#include "Poco/CppUnit/TestSuite.h"
class HTTPSServerTestSuite

View File

@@ -11,8 +11,8 @@
#include "HTTPSStreamFactoryTest.h"
#include "CppUnit/TestCaller.h"
#include "CppUnit/TestSuite.h"
#include "Poco/CppUnit/TestCaller.h"
#include "Poco/CppUnit/TestSuite.h"
#include "Poco/Net/HTTPSStreamFactory.h"
#include "Poco/Net/NetException.h"
#include "Poco/Util/Application.h"

View File

@@ -17,7 +17,7 @@
#include "Poco/Net/Net.h"
#include "CppUnit/TestCase.h"
#include "Poco/CppUnit/TestCase.h"
class HTTPSStreamFactoryTest: public CppUnit::TestCase

View File

@@ -16,7 +16,7 @@
#define NetSSLTestSuite_INCLUDED
#include "CppUnit/TestSuite.h"
#include "Poco/CppUnit/TestSuite.h"
class NetSSLTestSuite

View File

@@ -11,8 +11,8 @@
#include "TCPServerTest.h"
#include "CppUnit/TestCaller.h"
#include "CppUnit/TestSuite.h"
#include "Poco/CppUnit/TestCaller.h"
#include "Poco/CppUnit/TestSuite.h"
#include "Poco/Net/TCPServer.h"
#include "Poco/Net/TCPServerConnection.h"
#include "Poco/Net/TCPServerConnectionFactory.h"

View File

@@ -17,7 +17,7 @@
#include "Poco/Net/Net.h"
#include "CppUnit/TestCase.h"
#include "Poco/CppUnit/TestCase.h"
class TCPServerTest: public CppUnit::TestCase

View File

@@ -16,7 +16,7 @@
#define TCPServerTestSuite_INCLUDED
#include "CppUnit/TestSuite.h"
#include "Poco/CppUnit/TestSuite.h"
class TCPServerTestSuite

View File

@@ -11,8 +11,8 @@
#include "WebSocketTest.h"
#include "CppUnit/TestCaller.h"
#include "CppUnit/TestSuite.h"
#include "Poco/CppUnit/TestCaller.h"
#include "Poco/CppUnit/TestSuite.h"
#include "Poco/Net/WebSocket.h"
#include "Poco/Net/SocketStream.h"
#include "Poco/Net/HTTPSClientSession.h"

View File

@@ -17,7 +17,7 @@
#include "Poco/Net/Net.h"
#include "CppUnit/TestCase.h"
#include "Poco/CppUnit/TestCase.h"
class WebSocketTest: public CppUnit::TestCase

View File

@@ -16,7 +16,7 @@
#define WebSocketTestSuite_INCLUDED
#include "CppUnit/TestSuite.h"
#include "Poco/CppUnit/TestSuite.h"
class WebSocketTestSuite

View File

@@ -12,7 +12,7 @@
//
#include "CppUnit/TestRunner.h"
#include "Poco/CppUnit/TestRunner.h"
#include "NetSSLTestSuite.h"
#include "Poco/Util/Application.h"
#include "Poco/Net/HTTPStreamFactory.h"