Mercurial > hg > orthanc
comparison UnitTestsSources/VersionsTests.cpp @ 3286:2b547eaed193
upgrade to libjpeg 9c
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 21 Feb 2019 18:19:56 +0100 |
parents | 3f7d4b735f95 |
children | 5e8e020893d0 |
comparison
equal
deleted
inserted
replaced
3285:3f7d4b735f95 | 3286:2b547eaed193 |
---|---|
127 } | 127 } |
128 | 128 |
129 TEST(Versions, JpegStatic) | 129 TEST(Versions, JpegStatic) |
130 { | 130 { |
131 ASSERT_EQ(9, JPEG_LIB_VERSION_MAJOR); | 131 ASSERT_EQ(9, JPEG_LIB_VERSION_MAJOR); |
132 ASSERT_EQ(1, JPEG_LIB_VERSION_MINOR); | 132 ASSERT_EQ(3, JPEG_LIB_VERSION_MINOR); |
133 } | 133 } |
134 | 134 |
135 TEST(Versions, CurlSslStatic) | 135 TEST(Versions, CurlSslStatic) |
136 { | 136 { |
137 curl_version_info_data * vinfo = curl_version_info(CURLVERSION_NOW); | 137 curl_version_info_data * vinfo = curl_version_info(CURLVERSION_NOW); |