# HG changeset patch # User Alain Mazy # Date 1743515175 -7200 # Node ID 0d587d1898a82c45b4b22d20b0d55cf2c0ce187e # Parent 4b1ef72fa7080742ae4d01b54f93cb6971baf57e fix diff -r 4b1ef72fa708 -r 0d587d1898a8 OrthancServer/UnitTestsSources/VersionsTests.cpp --- a/OrthancServer/UnitTestsSources/VersionsTests.cpp Thu Mar 27 17:23:34 2025 +0100 +++ b/OrthancServer/UnitTestsSources/VersionsTests.cpp Tue Apr 01 15:46:15 2025 +0200 @@ -120,7 +120,7 @@ TEST(Versions, CurlStatic) { curl_version_info_data* v = curl_version_info(CURLVERSION_NOW); - ASSERT_STREQ("8.12.1", v->version); + ASSERT_STREQ("8.9.0", v->version); } TEST(Versions, PngStatic)