comparison 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
comparison
equal deleted inserted replaced
2114:e4f8e377782f 2115:a657f7772e69
202 ok = true; 202 ok = true;
203 } 203 }
204 204
205 if (!ok) 205 if (!ok)
206 { 206 {
207 std::cout << it->Format() << ": " << FromDcmtkBridge::GetName(*it) 207 std::cout << it->Format() << ": " << FromDcmtkBridge::GetTagName(*it, "")
208 << " not expected at level " << EnumerationToString(level) << std::endl; 208 << " not expected at level " << EnumerationToString(level) << std::endl;
209 } 209 }
210 210
211 EXPECT_TRUE(ok); 211 EXPECT_TRUE(ok);
212 } 212 }