Mercurial > hg > orthanc
changeset 6067:0d587d1898a8
fix
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 01 Apr 2025 15:46:15 +0200 |
parents | 4b1ef72fa708 |
children | 33e6860e34d7 |
files | OrthancServer/UnitTestsSources/VersionsTests.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)