comparison OrthancFramework/UnitTestsSources/LoggingTests.cpp @ 4045:05b8fd21089c framework

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 21:27:31 +0200
parents d25f4c0fa160
children 0953b3dc3261
comparison
equal deleted inserted replaced
4044:d25f4c0fa160 4045:05b8fd21089c
33 33
34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1 34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1
35 # include <OrthancFramework.h> 35 # include <OrthancFramework.h>
36 #endif 36 #endif
37 37
38 #include "PrecompiledHeadersUnitTests.h"
39 #include "gtest/gtest.h" 38 #include "gtest/gtest.h"
40 #include <boost/regex.hpp> 39 #include <boost/regex.hpp>
41 #include <sstream> 40 #include <sstream>
42 41
43 #include "../Core/Logging.h" 42 #include "../Sources/Logging.h"
44 43
45 using namespace Orthanc::Logging; 44 using namespace Orthanc::Logging;
46 45
47 static std::stringstream testErrorStream; 46 static std::stringstream testErrorStream;
48 void TestError(const char* message) 47 void TestError(const char* message)