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

@@ -83,7 +83,7 @@ class TestResult;
* see TestResult, TestSuite and TestCaller
*
*/
class Poco_CppUnit_API TestCase: public Test
class CppUnit_API TestCase: public Test
{
REFERENCEOBJECT (TestCase)