comparison OrthancFramework/UnitTestsSources/RestApiTests.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 <ctype.h>
41 #include <boost/lexical_cast.hpp>
42 #include <algorithm>
43 39
44 #include "../Sources/ChunkedBuffer.h" 40 #include "../Sources/ChunkedBuffer.h"
45 #include "../Sources/HttpClient.h" 41 #include "../Sources/HttpClient.h"
46 #include "../Sources/Logging.h" 42 #include "../Sources/Logging.h"
47 #include "../Sources/SystemToolbox.h" 43 #include "../Sources/SystemToolbox.h"
49 #include "../Sources/OrthancException.h" 45 #include "../Sources/OrthancException.h"
50 #include "../Sources/Compression/ZlibCompressor.h" 46 #include "../Sources/Compression/ZlibCompressor.h"
51 #include "../Sources/RestApi/RestApiHierarchy.h" 47 #include "../Sources/RestApi/RestApiHierarchy.h"
52 #include "../Sources/HttpServer/HttpContentNegociation.h" 48 #include "../Sources/HttpServer/HttpContentNegociation.h"
53 #include "../Sources/HttpServer/MultipartStreamReader.h" 49 #include "../Sources/HttpServer/MultipartStreamReader.h"
50
51 #include <ctype.h>
52 #include <boost/lexical_cast.hpp>
53 #include <algorithm>
54 54
55 55
56 using namespace Orthanc; 56 using namespace Orthanc;
57 57
58 #if !defined(UNIT_TESTS_WITH_HTTP_CONNEXIONS) 58 #if !defined(UNIT_TESTS_WITH_HTTP_CONNEXIONS)