Mercurial > hg > orthanc
comparison UnitTestsSources/LuaTests.cpp @ 4032:058b5ade8acd
renaming embedded resources
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 09 Jun 2020 21:43:42 +0200 |
parents | e3b3af80732d |
children |
comparison
equal
deleted
inserted
replaced
4031:e3b3af80732d | 4032:058b5ade8acd |
---|---|
40 | 40 |
41 #include "../Core/OrthancException.h" | 41 #include "../Core/OrthancException.h" |
42 #include "../Core/Toolbox.h" | 42 #include "../Core/Toolbox.h" |
43 #include "../Core/Lua/LuaFunctionCall.h" | 43 #include "../Core/Lua/LuaFunctionCall.h" |
44 | 44 |
45 #include <ServerResources.h> | 45 #include <OrthancServerResources.h> |
46 | 46 |
47 #include <boost/lexical_cast.hpp> | 47 #include <boost/lexical_cast.hpp> |
48 | 48 |
49 #if !defined(UNIT_TESTS_WITH_HTTP_CONNEXIONS) | 49 #if !defined(UNIT_TESTS_WITH_HTTP_CONNEXIONS) |
50 #error "Please set UNIT_TESTS_WITH_HTTP_CONNEXIONS to 0 or 1" | 50 #error "Please set UNIT_TESTS_WITH_HTTP_CONNEXIONS to 0 or 1" |