mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
Make CppUnit a component of Poco
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
//
|
||||
|
||||
|
||||
#include "CppUnit/TestRunner.h"
|
||||
#include "Poco/CppUnit/TestRunner.h"
|
||||
#include "JSONTestSuite.h"
|
||||
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
|
||||
#include "JSONTest.h"
|
||||
#include "CppUnit/TestCaller.h"
|
||||
#include "CppUnit/TestSuite.h"
|
||||
#include "Poco/CppUnit/TestCaller.h"
|
||||
#include "Poco/CppUnit/TestSuite.h"
|
||||
#include "Poco/Path.h"
|
||||
#include "Poco/Environment.h"
|
||||
#include "Poco/File.h"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
#include "Poco/JSON/JSON.h"
|
||||
#include "CppUnit/TestCase.h"
|
||||
#include "Poco/CppUnit/TestCase.h"
|
||||
#include "Poco/JSON/Object.h"
|
||||
#include "Poco/JSON/Parser.h"
|
||||
#include "Poco/JSON/Query.h"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#define JSONTestSuite_INCLUDED
|
||||
|
||||
|
||||
#include "CppUnit/TestSuite.h"
|
||||
#include "Poco/CppUnit/TestSuite.h"
|
||||
|
||||
|
||||
class JSONTestSuite
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
//
|
||||
|
||||
|
||||
#include "CppUnit/TestRunner.h"
|
||||
#include "Poco/CppUnit/TestRunner.h"
|
||||
#include "JSONTestSuite.h"
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user