comparison OrthancServer/UnitTestsSources/UnitTestsMain.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 7ff1e6c80627
comparison
equal deleted inserted replaced
4044:d25f4c0fa160 4045:05b8fd21089c
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 33
34 #include "PrecompiledHeadersUnitTests.h" 34 #include "PrecompiledHeadersUnitTests.h"
35 #include "../Core/EnumerationDictionary.h" 35 #include "../../OrthancFramework/Sources/EnumerationDictionary.h"
36 36
37 #include "gtest/gtest.h" 37 #include "gtest/gtest.h"
38 38
39 #include "../Core/Logging.h" 39 #include "../../OrthancFramework/Sources/Logging.h"
40 #include "../Core/Toolbox.h" 40 #include "../../OrthancFramework/Sources/Toolbox.h"
41 #include "../Core/OrthancException.h" 41 #include "../../OrthancFramework/Sources/OrthancException.h"
42 42
43 #include "../OrthancServer/OrthancInitialization.h" 43 #include "../Sources/OrthancInitialization.h"
44 #include "../OrthancServer/ServerEnumerations.h" 44 #include "../Sources/ServerEnumerations.h"
45 45
46 46
47 using namespace Orthanc; 47 using namespace Orthanc;
48 48
49 49