diff 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
line wrap: on
line diff
--- a/OrthancServer/UnitTestsSources/VersionsTests.cpp	Fri Dec 18 17:41:42 2020 +0100
+++ b/OrthancServer/UnitTestsSources/VersionsTests.cpp	Mon Dec 21 08:41:13 2020 +0100
@@ -190,7 +190,7 @@
 #if ORTHANC_LEGACY_JSONCPP == 1
   ASSERT_STREQ("0.10.6", JSONCPP_VERSION_STRING);
 #elif ORTHANC_LEGACY_JSONCPP == 0
-  ASSERT_STREQ("1.8.4", JSONCPP_VERSION_STRING);
+  ASSERT_STREQ("1.9.3", JSONCPP_VERSION_STRING);
 #else
 #  error Macro ORTHANC_LEGACY_JSONCPP should be set
 #endif