mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-15 22:31:32 +01: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