Mercurial > hg > orthanc
changeset 5045:a9ca92ecbbc2
fix build
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 28 Jun 2022 18:41:27 +0200 |
parents | 6fed78e13233 |
children | 2b3b0ab88c1d |
files | OrthancFramework/UnitTestsSources/DicomMapTests.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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<DicomTag> 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());