1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-30 07:23:07 +03:00

More unit tests for various error conditions on certification.

This commit is contained in:
Teemu Ollakka
2018-06-11 18:17:00 +03:00
parent 82081e459d
commit f506faa360
9 changed files with 382 additions and 10 deletions

View File

@ -38,6 +38,13 @@ namespace wsrep
};
class log_warning : public log
{
public:
log_warning()
: log("WARNING") { }
};
class log_debug : public log
{
public: