diff OrthancServer/UnitTestsSources/VersionsTests.cpp @ 5509:46fa46c83628

upgraded to jsoncpp 1.9.5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Jan 2024 18:16:17 +0100
parents ababd0af28ab
children f7adfb22e20e
line wrap: on
line diff
--- a/OrthancServer/UnitTestsSources/VersionsTests.cpp	Wed Jan 24 18:08:17 2024 +0100
+++ b/OrthancServer/UnitTestsSources/VersionsTests.cpp	Wed Jan 24 18:16:17 2024 +0100
@@ -183,7 +183,7 @@
 #if ORTHANC_LEGACY_JSONCPP == 1
   ASSERT_STREQ("0.10.6", JSONCPP_VERSION_STRING);
 #elif ORTHANC_LEGACY_JSONCPP == 0
-  ASSERT_STREQ("1.9.4", JSONCPP_VERSION_STRING);
+  ASSERT_STREQ("1.9.5", JSONCPP_VERSION_STRING);
 #else
 #  error Macro ORTHANC_LEGACY_JSONCPP should be set
 #endif