Mercurial > hg > orthanc
comparison OrthancServer/UnitTestsSources/DatabaseLookupTests.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 | 0953b3dc3261 |
comparison
equal
deleted
inserted
replaced
4044:d25f4c0fa160 | 4045:05b8fd21089c |
---|---|
32 | 32 |
33 | 33 |
34 #include "PrecompiledHeadersUnitTests.h" | 34 #include "PrecompiledHeadersUnitTests.h" |
35 #include "gtest/gtest.h" | 35 #include "gtest/gtest.h" |
36 | 36 |
37 #include "../OrthancServer/Search/DatabaseLookup.h" | 37 #include "../Sources/Search/DatabaseLookup.h" |
38 #include "../Core/OrthancException.h" | 38 #include "../../OrthancFramework/Sources/OrthancException.h" |
39 | 39 |
40 using namespace Orthanc; | 40 using namespace Orthanc; |
41 | 41 |
42 | 42 |
43 TEST(DatabaseLookup, SingleConstraint) | 43 TEST(DatabaseLookup, SingleConstraint) |