comparison OrthancServer/UnitTestsSources/FileStorageTests.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
comparison
equal deleted inserted replaced
4044:d25f4c0fa160 4045:05b8fd21089c
34 #include "PrecompiledHeadersUnitTests.h" 34 #include "PrecompiledHeadersUnitTests.h"
35 #include "gtest/gtest.h" 35 #include "gtest/gtest.h"
36 36
37 #include <ctype.h> 37 #include <ctype.h>
38 38
39 #include "../Core/FileStorage/FilesystemStorage.h" 39 #include "../../OrthancFramework/Sources/FileStorage/FilesystemStorage.h"
40 #include "../Core/FileStorage/StorageAccessor.h" 40 #include "../../OrthancFramework/Sources/FileStorage/StorageAccessor.h"
41 #include "../Core/HttpServer/BufferHttpSender.h" 41 #include "../../OrthancFramework/Sources/HttpServer/BufferHttpSender.h"
42 #include "../Core/HttpServer/FilesystemHttpSender.h" 42 #include "../../OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h"
43 #include "../Core/Logging.h" 43 #include "../../OrthancFramework/Sources/Logging.h"
44 #include "../Core/OrthancException.h" 44 #include "../../OrthancFramework/Sources/OrthancException.h"
45 #include "../Core/Toolbox.h" 45 #include "../../OrthancFramework/Sources/Toolbox.h"
46 #include "../OrthancServer/ServerIndex.h" 46 #include "../Sources/ServerIndex.h"
47 47
48 using namespace Orthanc; 48 using namespace Orthanc;
49 49
50 50
51 static void StringToVector(std::vector<uint8_t>& v, 51 static void StringToVector(std::vector<uint8_t>& v,