This commit is contained in:
Erik Frojdh
2020-03-04 15:38:21 +01:00
parent 661adaf4ed
commit c6ddd19c0f
3 changed files with 32 additions and 28 deletions

View File

@ -23,11 +23,6 @@ TEST_CASE("LogLevel to string") {
CHECK(Logger::ToString(logDEBUG5) == "DEBUG5");
}
TEST_CASE("get reset string"){
std::string reset(Logger::Reset());
CHECK(reset == RESET);
}
TEST_CASE("Test output") {
auto old_value = Logger::ReportingLevel();