comparison OrthancServer/UnitTestsSources/VersionsTests.cpp @ 4391:0c4ff5609548

upgraded to jsoncpp 1.9.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Dec 2020 08:47:29 +0100
parents ee846712f5df
children d9473bd5ed43
comparison
equal deleted inserted replaced
4390:ee846712f5df 4391:0c4ff5609548
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.9.3", JSONCPP_VERSION_STRING); 193 ASSERT_STREQ("1.9.4", 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