mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
test failures can be ignored for certain tests (specified in CPPUNIT_IGNORE environment variable)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
#include "CppUnit/CppUnit.h"
|
||||
#include "CppUnit/TestResult.h"
|
||||
#include <set>
|
||||
#include <ostream>
|
||||
|
||||
|
||||
@@ -33,9 +34,11 @@ public:
|
||||
|
||||
protected:
|
||||
std::string shortName(const std::string& testName);
|
||||
|
||||
void setup();
|
||||
|
||||
private:
|
||||
std::ostream& _ostr;
|
||||
std::set<std::string> _ignored;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user