diff UnitTestsSources/DicomMapTests.cpp @ 2115:a657f7772e69

Handling of private tags/creators in the "Dictionary" configuration option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 31 Oct 2016 15:23:32 +0100
parents 655489d9165d
children 5a8840920121
line wrap: on
line diff
--- a/UnitTestsSources/DicomMapTests.cpp	Thu Oct 27 12:37:30 2016 +0200
+++ b/UnitTestsSources/DicomMapTests.cpp	Mon Oct 31 15:23:32 2016 +0100
@@ -204,7 +204,7 @@
 
     if (!ok)
     {
-      std::cout << it->Format() << ": " << FromDcmtkBridge::GetName(*it)
+      std::cout << it->Format() << ": " << FromDcmtkBridge::GetTagName(*it, "")
                 << " not expected at level " << EnumerationToString(level) << std::endl;
     }