Explorar el Código

Fixed test for Logger class

- fixed "warn" test by providing an individual file
name
Patrick hace 4 años
padre
commit
0eb282edad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/cases/io/logging/LoggerTest.cpp

+ 1 - 1
test/cases/io/logging/LoggerTest.cpp

@@ -185,7 +185,7 @@ namespace {
 
   TEST_F(LoggerTest, warn)
   {
-    std::string path = TestHelper::getResourcesFolderLocation() + "output_trace.log";
+    std::string path = TestHelper::getResourcesFolderLocation() + "output_warn.log";
 
     ls_std::Logger logger {path};
     logger.setLogLevel(ls_std::LogLevelValue::WARN);