Mercurial > hg > orthanc
changeset 2097:4e72929c0722
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 06 Oct 2016 15:54:36 +0200 |
parents | 972d53a9645f |
children | 7d184e11043e |
files | UnitTestsSources/VersionsTests.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/UnitTestsSources/VersionsTests.cpp Thu Oct 06 15:26:47 2016 +0200 +++ b/UnitTestsSources/VersionsTests.cpp Thu Oct 06 15:54:36 2016 +0200 @@ -108,7 +108,7 @@ TEST(Versions, CurlStatic) { curl_version_info_data* v = curl_version_info(CURLVERSION_NOW); - ASSERT_STREQ("7.53.0", v->version); + ASSERT_STREQ("7.50.3", v->version); } TEST(Versions, PngStatic)