comparison OrthancServer/UnitTestsSources/VersionsTests.cpp @ 4390:ee846712f5df

upgraded to jsoncpp 1.9.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Dec 2020 08:41:13 +0100
parents ec4bccff52d7
children 0c4ff5609548
comparison
equal deleted inserted replaced
4389:ab5b68f7e948 4390:ee846712f5df
188 TEST(Version, JsonCpp) 188 TEST(Version, JsonCpp)
189 { 189 {
190 #if ORTHANC_LEGACY_JSONCPP == 1 190 #if ORTHANC_LEGACY_JSONCPP == 1
191 ASSERT_STREQ("0.10.6", JSONCPP_VERSION_STRING); 191 ASSERT_STREQ("0.10.6", JSONCPP_VERSION_STRING);
192 #elif ORTHANC_LEGACY_JSONCPP == 0 192 #elif ORTHANC_LEGACY_JSONCPP == 0
193 ASSERT_STREQ("1.8.4", JSONCPP_VERSION_STRING); 193 ASSERT_STREQ("1.9.3", JSONCPP_VERSION_STRING);
194 #else 194 #else
195 # error Macro ORTHANC_LEGACY_JSONCPP should be set 195 # error Macro ORTHANC_LEGACY_JSONCPP should be set
196 #endif 196 #endif
197 } 197 }
198 198