Mercurial > hg > orthanc
annotate OrthancServer/UnitTestsSources/VersionsTests.cpp @ 4428:a9a596ed988d
autodetection of SSL_CTX_get0_param()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 31 Dec 2020 16:42:46 +0100 |
parents | 0c4ff5609548 |
children | d9473bd5ed43 |
rev | line source |
---|---|
827
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
1 /** |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
2 * Orthanc - A Lightweight, RESTful DICOM Store |
1900 | 3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics |
1288
6e7e5ed91c2d
upgrade to year 2015
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
967
diff
changeset
|
4 * Department, University Hospital of Liege, Belgium |
3640
94f4a18a79cc
upgrade to year 2020
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3564
diff
changeset
|
5 * Copyright (C) 2017-2020 Osimis S.A., Belgium |
827
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
6 * |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
7 * This program is free software: you can redistribute it and/or |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
8 * modify it under the terms of the GNU General Public License as |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
9 * published by the Free Software Foundation, either version 3 of the |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
10 * License, or (at your option) any later version. |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
11 * |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
12 * In addition, as a special exception, the copyright holders of this |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
13 * program give permission to link the code of its release with the |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
14 * OpenSSL project's "OpenSSL" library (or with modified versions of it |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
15 * that use the same license as the "OpenSSL" library), and distribute |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
16 * the linked executables. You must obey the GNU General Public License |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
17 * in all respects for all of the code used other than "OpenSSL". If you |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
18 * modify file(s) with this exception, you may extend this exception to |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
19 * your version of the file(s), but you are not obligated to do so. If |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
20 * you do not wish to do so, delete this exception statement from your |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
21 * version. If you delete this exception statement from all source files |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
22 * in the program, then also delete it here. |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
23 * |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
24 * This program is distributed in the hope that it will be useful, but |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
25 * WITHOUT ANY WARRANTY; without even the implied warranty of |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
27 * General Public License for more details. |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
28 * |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
29 * You should have received a copy of the GNU General Public License |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
31 **/ |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
32 |
3d6f9b7d0add
precompiled headers in unit tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
753
diff
changeset
|
33 |
831
84513f2ee1f3
pch for unit tests and server
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
827
diff
changeset
|
34 #include "PrecompiledHeadersUnitTests.h" |
4062 | 35 #include <gtest/gtest.h> |
0 | 36 |
37 #include <stdint.h> | |
38 #include <math.h> | |
39 #include <png.h> | |
40 #include <ctype.h> | |
41 #include <zlib.h> | |
42 #include <curl/curl.h> | |
43 #include <boost/version.hpp> | |
181
2dece1526c06
simplifying db schema
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
44 #include <sqlite3.h> |
382 | 45 #include <lua.h> |
1604 | 46 #include <jpeglib.h> |
3244 | 47 |
48 #if BUILDING_LIBICONV == 1 | |
49 # include <iconv.h> | |
50 #endif | |
1545 | 51 |
2136
dd609a99d39a
uniformization of the macro naming
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2097
diff
changeset
|
52 #if ORTHANC_ENABLE_SSL == 1 |
3068
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
53 # include <openssl/opensslv.h> |
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
54 #endif |
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
55 |
3992
f9863630ec7f
working on the shared library for Orthanc framework
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3890
diff
changeset
|
56 #if (ORTHANC_ENABLE_CIVETWEB == 1 && \ |
f9863630ec7f
working on the shared library for Orthanc framework
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3890
diff
changeset
|
57 ORTHANC_UNIT_TESTS_LINK_FRAMEWORK != 1) |
3068
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
58 # include <civetweb.h> |
1545 | 59 #endif |
0 | 60 |
3288
8d1ea00a990a
upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3287
diff
changeset
|
61 #if ORTHANC_ENABLE_PUGIXML == 1 |
8d1ea00a990a
upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3287
diff
changeset
|
62 # include <pugixml.hpp> |
8d1ea00a990a
upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3287
diff
changeset
|
63 #endif |
8d1ea00a990a
upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3287
diff
changeset
|
64 |
0 | 65 |
66 TEST(Versions, Zlib) | |
67 { | |
68 ASSERT_STREQ(zlibVersion(), ZLIB_VERSION); | |
69 } | |
70 | |
71 TEST(Versions, Curl) | |
72 { | |
73 curl_version_info_data* v = curl_version_info(CURLVERSION_NOW); | |
74 ASSERT_STREQ(LIBCURL_VERSION, v->version); | |
75 } | |
76 | |
77 TEST(Versions, Png) | |
78 { | |
79 ASSERT_EQ(PNG_LIBPNG_VER_MAJOR * 10000 + PNG_LIBPNG_VER_MINOR * 100 + PNG_LIBPNG_VER_RELEASE, | |
1492 | 80 static_cast<int>(png_access_version_number())); |
0 | 81 } |
82 | |
181
2dece1526c06
simplifying db schema
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
83 TEST(Versions, SQLite) |
2dece1526c06
simplifying db schema
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
84 { |
1478 | 85 #if defined(__APPLE__) |
86 // Under OS X, there might exist minor differences between the | |
87 // version of the headers and the version of the library, for the | |
88 // system-wide SQLite. Ignore these differences. | |
89 #else | |
181
2dece1526c06
simplifying db schema
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
90 // http://www.sqlite.org/capi3ref.html#sqlite3_libversion |
1478 | 91 EXPECT_EQ(sqlite3_libversion_number(), SQLITE_VERSION_NUMBER); |
92 EXPECT_STREQ(sqlite3_libversion(), SQLITE_VERSION); | |
3564
9a4db48ff5b1
removed too strict unit test on SQLite version
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3290
diff
changeset
|
93 |
9a4db48ff5b1
removed too strict unit test on SQLite version
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3290
diff
changeset
|
94 /** |
9a4db48ff5b1
removed too strict unit test on SQLite version
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3290
diff
changeset
|
95 * On Orthanc > 1.5.8, we comment out the following test, that is |
9a4db48ff5b1
removed too strict unit test on SQLite version
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3290
diff
changeset
|
96 * too strict for some GNU/Linux distributions to apply their own |
9a4db48ff5b1
removed too strict unit test on SQLite version
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3290
diff
changeset
|
97 * security fixes. Checking the main version macros is sufficient. |
9a4db48ff5b1
removed too strict unit test on SQLite version
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3290
diff
changeset
|
98 * https://bugzilla.suse.com/show_bug.cgi?id=1154550#c2 |
9a4db48ff5b1
removed too strict unit test on SQLite version
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3290
diff
changeset
|
99 **/ |
9a4db48ff5b1
removed too strict unit test on SQLite version
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3290
diff
changeset
|
100 // EXPECT_STREQ(sqlite3_sourceid(), SQLITE_SOURCE_ID); |
1478 | 101 #endif |
181
2dece1526c06
simplifying db schema
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
102 |
194
0186ac92810c
fixes for Ubuntu 10.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
181
diff
changeset
|
103 // Ensure that the SQLite version is above 3.7.0. |
0186ac92810c
fixes for Ubuntu 10.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
181
diff
changeset
|
104 // "sqlite3_create_function_v2" is not defined in previous versions. |
181
2dece1526c06
simplifying db schema
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
105 ASSERT_GE(SQLITE_VERSION_NUMBER, 3007000); |
2dece1526c06
simplifying db schema
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
106 } |
2dece1526c06
simplifying db schema
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
107 |
0 | 108 |
382 | 109 TEST(Versions, Lua) |
110 { | |
111 // Ensure that the Lua version is above 5.1.0. This version has | |
112 // introduced some API changes. | |
113 ASSERT_GE(LUA_VERSION_NUM, 501); | |
114 } | |
115 | |
116 | |
63 | 117 #if ORTHANC_STATIC == 1 |
1502
5e9c40419fb9
Upgrade to JsonCpp 0.10.5 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1492
diff
changeset
|
118 |
0 | 119 TEST(Versions, ZlibStatic) |
120 { | |
2509
9d9f2d088dce
upgrade to zlib 1.2.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2497
diff
changeset
|
121 ASSERT_STREQ("1.2.11", zlibVersion()); |
0 | 122 } |
123 | |
124 TEST(Versions, BoostStatic) | |
125 { | |
3283 | 126 ASSERT_STREQ("1_69", BOOST_LIB_VERSION); |
0 | 127 } |
128 | |
129 TEST(Versions, CurlStatic) | |
130 { | |
131 curl_version_info_data* v = curl_version_info(CURLVERSION_NOW); | |
3290
544905c73c7e
upgrade to curl 1.64.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3288
diff
changeset
|
132 ASSERT_STREQ("7.64.0", v->version); |
0 | 133 } |
134 | |
135 TEST(Versions, PngStatic) | |
136 { | |
3287
5e8e020893d0
upgrade to openssl 1.0.2p
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3286
diff
changeset
|
137 ASSERT_EQ(10636u, png_access_version_number()); |
3285
3f7d4b735f95
upgrade to libpng 1.6.36
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3283
diff
changeset
|
138 ASSERT_STREQ("1.6.36", PNG_LIBPNG_VER_STRING); |
0 | 139 } |
29
042ac60f5bf9
simplified build of curl
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
8
diff
changeset
|
140 |
1604 | 141 TEST(Versions, JpegStatic) |
142 { | |
143 ASSERT_EQ(9, JPEG_LIB_VERSION_MAJOR); | |
3286
2b547eaed193
upgrade to libjpeg 9c
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3285
diff
changeset
|
144 ASSERT_EQ(3, JPEG_LIB_VERSION_MINOR); |
1604 | 145 } |
146 | |
382 | 147 TEST(Versions, CurlSslStatic) |
29
042ac60f5bf9
simplified build of curl
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
8
diff
changeset
|
148 { |
042ac60f5bf9
simplified build of curl
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
8
diff
changeset
|
149 curl_version_info_data * vinfo = curl_version_info(CURLVERSION_NOW); |
042ac60f5bf9
simplified build of curl
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
8
diff
changeset
|
150 |
042ac60f5bf9
simplified build of curl
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
8
diff
changeset
|
151 // Check that SSL support is enabled when required |
1545 | 152 bool curlSupportsSsl = (vinfo->features & CURL_VERSION_SSL) != 0; |
29
042ac60f5bf9
simplified build of curl
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
8
diff
changeset
|
153 |
2136
dd609a99d39a
uniformization of the macro naming
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2097
diff
changeset
|
154 #if ORTHANC_ENABLE_SSL == 0 |
29
042ac60f5bf9
simplified build of curl
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
8
diff
changeset
|
155 ASSERT_FALSE(curlSupportsSsl); |
042ac60f5bf9
simplified build of curl
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
8
diff
changeset
|
156 #else |
042ac60f5bf9
simplified build of curl
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
8
diff
changeset
|
157 ASSERT_TRUE(curlSupportsSsl); |
042ac60f5bf9
simplified build of curl
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
8
diff
changeset
|
158 #endif |
042ac60f5bf9
simplified build of curl
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
8
diff
changeset
|
159 } |
382 | 160 |
161 TEST(Version, LuaStatic) | |
162 { | |
2947 | 163 ASSERT_STREQ("Lua 5.3.5", LUA_RELEASE); |
382 | 164 } |
748
de9763f63510
upgrade to openssl-1.0.1g because of heartbeat exploit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
632
diff
changeset
|
165 |
3241
32596919d729
first compilation combining ICU and LSB
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3068
diff
changeset
|
166 |
32596919d729
first compilation combining ICU and LSB
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3068
diff
changeset
|
167 #if BUILDING_LIBICONV == 1 |
2366
26f3a346226f
more consistent handling of libiconv in cmake
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2327
diff
changeset
|
168 TEST(Version, LibIconvStatic) |
26f3a346226f
more consistent handling of libiconv in cmake
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2327
diff
changeset
|
169 { |
26f3a346226f
more consistent handling of libiconv in cmake
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2327
diff
changeset
|
170 static const int major = 1; |
26f3a346226f
more consistent handling of libiconv in cmake
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2327
diff
changeset
|
171 static const int minor = 15; |
26f3a346226f
more consistent handling of libiconv in cmake
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2327
diff
changeset
|
172 ASSERT_EQ((major << 8) + minor, _LIBICONV_VERSION); |
26f3a346226f
more consistent handling of libiconv in cmake
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2327
diff
changeset
|
173 } |
3241
32596919d729
first compilation combining ICU and LSB
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3068
diff
changeset
|
174 #endif |
2366
26f3a346226f
more consistent handling of libiconv in cmake
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2327
diff
changeset
|
175 |
1545 | 176 |
2136
dd609a99d39a
uniformization of the macro naming
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2097
diff
changeset
|
177 #if ORTHANC_ENABLE_SSL == 1 |
748
de9763f63510
upgrade to openssl-1.0.1g because of heartbeat exploit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
632
diff
changeset
|
178 TEST(Version, OpenSslStatic) |
de9763f63510
upgrade to openssl-1.0.1g because of heartbeat exploit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
632
diff
changeset
|
179 { |
3720
faa695f433d5
upgraded OpenSSL to 1.1.1d
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3688
diff
changeset
|
180 ASSERT_TRUE(OPENSSL_VERSION_NUMBER == 0x1000210fL /* openssl-1.0.2p */ || |
3890
35065dd39cc8
upgrade to openssl 1.1.1g
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3803
diff
changeset
|
181 OPENSSL_VERSION_NUMBER == 0x1010107fL /* openssl-1.1.1g */); |
748
de9763f63510
upgrade to openssl-1.0.1g because of heartbeat exploit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
632
diff
changeset
|
182 } |
1545 | 183 #endif |
748
de9763f63510
upgrade to openssl-1.0.1g because of heartbeat exploit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
632
diff
changeset
|
184 |
1502
5e9c40419fb9
Upgrade to JsonCpp 0.10.5 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1492
diff
changeset
|
185 |
5e9c40419fb9
Upgrade to JsonCpp 0.10.5 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1492
diff
changeset
|
186 #include <json/version.h> |
5e9c40419fb9
Upgrade to JsonCpp 0.10.5 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1492
diff
changeset
|
187 |
5e9c40419fb9
Upgrade to JsonCpp 0.10.5 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1492
diff
changeset
|
188 TEST(Version, JsonCpp) |
5e9c40419fb9
Upgrade to JsonCpp 0.10.5 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1492
diff
changeset
|
189 { |
2497
0611aa383e62
Upgrade to JsonCpp 1.8.4, and USE_LEGACY_JSONCPP option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2449
diff
changeset
|
190 #if ORTHANC_LEGACY_JSONCPP == 1 |
0611aa383e62
Upgrade to JsonCpp 1.8.4, and USE_LEGACY_JSONCPP option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2449
diff
changeset
|
191 ASSERT_STREQ("0.10.6", JSONCPP_VERSION_STRING); |
0611aa383e62
Upgrade to JsonCpp 1.8.4, and USE_LEGACY_JSONCPP option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2449
diff
changeset
|
192 #elif ORTHANC_LEGACY_JSONCPP == 0 |
4391
0c4ff5609548
upgraded to jsoncpp 1.9.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
4390
diff
changeset
|
193 ASSERT_STREQ("1.9.4", JSONCPP_VERSION_STRING); |
2497
0611aa383e62
Upgrade to JsonCpp 1.8.4, and USE_LEGACY_JSONCPP option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2449
diff
changeset
|
194 #else |
0611aa383e62
Upgrade to JsonCpp 1.8.4, and USE_LEGACY_JSONCPP option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2449
diff
changeset
|
195 # error Macro ORTHANC_LEGACY_JSONCPP should be set |
0611aa383e62
Upgrade to JsonCpp 1.8.4, and USE_LEGACY_JSONCPP option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2449
diff
changeset
|
196 #endif |
1502
5e9c40419fb9
Upgrade to JsonCpp 0.10.5 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1492
diff
changeset
|
197 } |
5e9c40419fb9
Upgrade to JsonCpp 0.10.5 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1492
diff
changeset
|
198 |
3068
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
199 |
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
200 #if ORTHANC_ENABLE_CIVETWEB == 1 |
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
201 TEST(Version, Civetweb) |
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
202 { |
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
203 ASSERT_EQ(1, CIVETWEB_VERSION_MAJOR); |
4260
ec4bccff52d7
fix unit test Version.Civetweb
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
4191
diff
changeset
|
204 ASSERT_EQ(13, CIVETWEB_VERSION_MINOR); |
3068
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
205 ASSERT_EQ(0, CIVETWEB_VERSION_PATCH); |
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
206 } |
37 | 207 #endif |
3068
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
208 |
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
209 |
3288
8d1ea00a990a
upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3287
diff
changeset
|
210 #if ORTHANC_ENABLE_PUGIXML == 1 |
8d1ea00a990a
upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3287
diff
changeset
|
211 TEST(Version, Pugixml) |
8d1ea00a990a
upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3287
diff
changeset
|
212 { |
8d1ea00a990a
upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3287
diff
changeset
|
213 ASSERT_EQ(190, PUGIXML_VERSION); |
8d1ea00a990a
upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3287
diff
changeset
|
214 } |
3068
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
215 #endif |
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
216 |
ad37c21ec4db
fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3060
diff
changeset
|
217 |
3288
8d1ea00a990a
upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
3287
diff
changeset
|
218 #endif |