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

pretty-printing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 14:38:31 +0200
parents 2a8bf0991be0
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 39
42 #include "../Sources/FileStorage/FilesystemStorage.h" 40 #include "../Sources/FileStorage/FilesystemStorage.h"
43 #include "../Sources/FileStorage/StorageAccessor.h" 41 #include "../Sources/FileStorage/StorageAccessor.h"
44 #include "../Sources/HttpServer/BufferHttpSender.h" 42 #include "../Sources/HttpServer/BufferHttpSender.h"
45 #include "../Sources/HttpServer/FilesystemHttpSender.h" 43 #include "../Sources/HttpServer/FilesystemHttpSender.h"
46 #include "../Sources/Logging.h" 44 #include "../Sources/Logging.h"
47 #include "../Sources/OrthancException.h" 45 #include "../Sources/OrthancException.h"
48 #include "../Sources/Toolbox.h" 46 #include "../Sources/Toolbox.h"
47
48 #include <ctype.h>
49
49 50
50 using namespace Orthanc; 51 using namespace Orthanc;
51 52
52 53
53 static void StringToVector(std::vector<uint8_t>& v, 54 static void StringToVector(std::vector<uint8_t>& v,