Mercurial > hg > orthanc
changeset 3211:e1f6c089fe30
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 08 Feb 2019 13:12:03 +0100 |
parents | 4a1c47e20685 |
children | 304184684107 abb204aed6bf |
files | UnitTestsSources/DicomMapTests.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/UnitTestsSources/DicomMapTests.cpp Fri Feb 08 13:10:14 2019 +0100 +++ b/UnitTestsSources/DicomMapTests.cpp Fri Feb 08 13:12:03 2019 +0100 @@ -730,7 +730,7 @@ #if DCMTK_VERSION_NUMBER < 361 ASSERT_EQ("UN", visitor.GetResult() ["00660040"]["vr"].asString()); Toolbox::DecodeBase64(s, visitor.GetResult() ["00660040"]["InlineBinary"].asString()); - ASSERT_EQ("16", s); + ASSERT_EQ("46", s); #elif DCMTK_VERSION_NUMBER == 361 ASSERT_EQ("UL", visitor.GetResult() ["00660040"]["vr"].asString()); ASSERT_EQ(46, visitor.GetResult() ["00660040"]["Value"][0].asInt());