# HG changeset patch # User Alain Mazy # Date 1656434487 -7200 # Node ID a9ca92ecbbc2e574843399925fe5d2d06631d12c # Parent 6fed78e132332eac267435a5fa2906c1387eeaea fix build diff -r 6fed78e13233 -r a9ca92ecbbc2 OrthancFramework/UnitTestsSources/DicomMapTests.cpp --- a/OrthancFramework/UnitTestsSources/DicomMapTests.cpp Tue Jun 28 17:45:09 2022 +0200 +++ b/OrthancFramework/UnitTestsSources/DicomMapTests.cpp Tue Jun 28 18:41:27 2022 +0200 @@ -777,7 +777,7 @@ DicomMap summary; std::set ignoreTagLength; - dicom->ExtractDicomSummary(summary, ORTHANC_MAXIMUM_TAG_LENGTH, ignoreTagLength); + dicom->ExtractDicomSummary(summary, 256, ignoreTagLength); ASSERT_TRUE(summary.HasTag(0x0008, 0x1140)); ASSERT_EQ("1.2.840.10008.5.1.4.1.1.4", summary.GetValue(0x0008, 0x1140).GetSequenceContent()[0]["0008,1150"]["Value"].asString());