comparison OrthancServer/UnitTestsSources/DatabaseLookupTests.cpp @ 4062:0953b3dc3261 framework

pretty-printing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 14:38:31 +0200
parents 05b8fd21089c
children 37310bb1cd30
comparison
equal deleted inserted replaced
4061:496e07123e37 4062:0953b3dc3261
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 "gtest/gtest.h" 35 #include <gtest/gtest.h>
36
37 #include "../../OrthancFramework/Sources/OrthancException.h"
36 38
37 #include "../Sources/Search/DatabaseLookup.h" 39 #include "../Sources/Search/DatabaseLookup.h"
38 #include "../../OrthancFramework/Sources/OrthancException.h"
39 40
40 using namespace Orthanc; 41 using namespace Orthanc;
41 42
42 43
43 TEST(DatabaseLookup, SingleConstraint) 44 TEST(DatabaseLookup, SingleConstraint)