comparison OrthancFramework/UnitTestsSources/LoggingTests.cpp @ 4062:0953b3dc3261 framework

pretty-printing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 14:38:31 +0200
parents 05b8fd21089c
children e00f3d089991
comparison
equal deleted inserted replaced
4061:496e07123e37 4062:0953b3dc3261
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 "gtest/gtest.h" 38 #include <gtest/gtest.h>
39
40 #include "../Sources/Logging.h"
41
39 #include <boost/regex.hpp> 42 #include <boost/regex.hpp>
40 #include <sstream> 43 #include <sstream>
41
42 #include "../Sources/Logging.h"
43 44
44 using namespace Orthanc::Logging; 45 using namespace Orthanc::Logging;
45 46
46 static std::stringstream testErrorStream; 47 static std::stringstream testErrorStream;
47 void TestError(const char* message) 48 void TestError(const char* message)