comparison OrthancServer/UnitTestsSources/VersionsTests.cpp @ 4191:7ecaada8fbcc

removing meaningless unit test Version.CivetwebCompression
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Sep 2020 17:29:40 +0200
parents 0953b3dc3261
children ec4bccff52d7
comparison
equal deleted inserted replaced
4189:15572f0bd743 4191:7ecaada8fbcc
112 // introduced some API changes. 112 // introduced some API changes.
113 ASSERT_GE(LUA_VERSION_NUM, 501); 113 ASSERT_GE(LUA_VERSION_NUM, 501);
114 } 114 }
115 115
116 116
117 #if (ORTHANC_ENABLE_CIVETWEB == 1 && \
118 ORTHANC_UNIT_TESTS_LINK_FRAMEWORK != 1)
119 TEST(Version, CivetwebCompression)
120 {
121 ASSERT_TRUE(mg_check_feature(MG_FEATURES_COMPRESSION));
122 }
123 #endif
124
125
126 #if ORTHANC_STATIC == 1 117 #if ORTHANC_STATIC == 1
127 118
128 TEST(Versions, ZlibStatic) 119 TEST(Versions, ZlibStatic)
129 { 120 {
130 ASSERT_STREQ("1.2.11", zlibVersion()); 121 ASSERT_STREQ("1.2.11", zlibVersion());