changeset 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 15572f0bd743
children 30ebe460e77a
files OrthancServer/UnitTestsSources/VersionsTests.cpp
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/UnitTestsSources/VersionsTests.cpp	Tue Sep 15 08:27:17 2020 +0200
+++ b/OrthancServer/UnitTestsSources/VersionsTests.cpp	Tue Sep 15 17:29:40 2020 +0200
@@ -114,15 +114,6 @@
 }
 
 
-#if (ORTHANC_ENABLE_CIVETWEB == 1 &&            \
-     ORTHANC_UNIT_TESTS_LINK_FRAMEWORK != 1)
-TEST(Version, CivetwebCompression)
-{
-  ASSERT_TRUE(mg_check_feature(MG_FEATURES_COMPRESSION));
-}
-#endif
-
-
 #if ORTHANC_STATIC == 1
 
 TEST(Versions, ZlibStatic)