mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
WIP
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user