Mercurial > hg > orthanc
diff UnitTestsSources/VersionsTests.cpp @ 2096:972d53a9645f
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 06 Oct 2016 15:26:47 +0200 |
parents | a1c1c606ce98 |
children | 4e72929c0722 |
line wrap: on
line diff
--- a/UnitTestsSources/VersionsTests.cpp Thu Oct 06 15:17:02 2016 +0200 +++ b/UnitTestsSources/VersionsTests.cpp Thu Oct 06 15:26:47 2016 +0200 @@ -108,7 +108,7 @@ TEST(Versions, CurlStatic) { curl_version_info_data* v = curl_version_info(CURLVERSION_NOW); - ASSERT_STREQ("7.44.0", v->version); + ASSERT_STREQ("7.53.0", v->version); } TEST(Versions, PngStatic)