Mercurial > hg > orthanc
comparison UnitTestsSources/VersionsTests.cpp @ 3285:3f7d4b735f95
upgrade to libpng 1.6.36
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 21 Feb 2019 18:15:05 +0100 |
parents | 997db5b2ad50 |
children | 2b547eaed193 |
comparison
equal
deleted
inserted
replaced
3284:e583bbf6ec6c | 3285:3f7d4b735f95 |
---|---|
121 } | 121 } |
122 | 122 |
123 TEST(Versions, PngStatic) | 123 TEST(Versions, PngStatic) |
124 { | 124 { |
125 ASSERT_EQ(10512u, png_access_version_number()); | 125 ASSERT_EQ(10512u, png_access_version_number()); |
126 ASSERT_STREQ("1.5.12", PNG_LIBPNG_VER_STRING); | 126 ASSERT_STREQ("1.6.36", PNG_LIBPNG_VER_STRING); |
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); |