diff 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
line wrap: on
line diff
--- a/OrthancServer/UnitTestsSources/VersionsTests.cpp	Mon Dec 21 08:41:13 2020 +0100
+++ b/OrthancServer/UnitTestsSources/VersionsTests.cpp	Mon Dec 21 08:47:29 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.9.3", JSONCPP_VERSION_STRING);
+  ASSERT_STREQ("1.9.4", JSONCPP_VERSION_STRING);
 #else
 #  error Macro ORTHANC_LEGACY_JSONCPP should be set
 #endif