mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
This reverts commit f5745fcf18
.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
namespace sls {
|
||||
using sls::Logger;
|
||||
|
||||
TEST_CASE("LogLevel to string") {
|
||||
CHECK(Logger::ToString(logERROR) == "ERROR");
|
||||
@ -48,6 +48,4 @@ TEST_CASE("Test output") {
|
||||
auto r = local.str();
|
||||
auto pos = r.find("This should be printed");
|
||||
CHECK(pos != std::string::npos);
|
||||
}
|
||||
|
||||
} // namespace sls
|
||||
}
|
Reference in New Issue
Block a user