diff OrthancFramework/UnitTestsSources/DicomMapTests.cpp @ 4944:f377d5643538 more-tags

new Warnings configuration + InstanceAvailability tag
author Alain Mazy <am@osimis.io>
date Thu, 17 Mar 2022 17:03:59 +0100
parents 304514ce84ee
children 877bc3b96476
line wrap: on
line diff
--- a/OrthancFramework/UnitTestsSources/DicomMapTests.cpp	Wed Mar 16 09:50:33 2022 +0100
+++ b/OrthancFramework/UnitTestsSources/DicomMapTests.cpp	Thu Mar 17 17:03:59 2022 +0100
@@ -582,6 +582,7 @@
   {
     std::set<DicomTag> tags;
     tags.insert(DICOM_TAG_MODALITIES_IN_STUDY);
+    tags.insert(DICOM_TAG_RETRIEVE_URL);
 
     ASSERT_TRUE(DicomMap::HasOnlyComputedTags(tags));
     ASSERT_TRUE(DicomMap::HasComputedTags(tags, ResourceType_Study));