Mercurial > hg > orthanc
changeset 3694:9107cca846b6
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 25 Feb 2020 22:46:38 +0100 |
parents | 7f0caf198641 |
children | 898903022836 b7087f928050 |
files | UnitTestsSources/DicomMapTests.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/UnitTestsSources/DicomMapTests.cpp Tue Feb 25 22:46:00 2020 +0100 +++ b/UnitTestsSources/DicomMapTests.cpp Tue Feb 25 22:46:38 2020 +0100 @@ -800,7 +800,7 @@ ASSERT_EQ("UN", visitor.GetResult() ["00660040"]["vr"].asString()); Toolbox::DecodeBase64(s, visitor.GetResult() ["00660040"]["InlineBinary"].asString()); ASSERT_EQ("46", s); -#if DCMTK_VERSION_NUMBER == 361 +#elif DCMTK_VERSION_NUMBER == 361 ASSERT_EQ("UL", visitor.GetResult() ["00660040"]["vr"].asString()); ASSERT_EQ(46, visitor.GetResult() ["00660040"]["Value"][0].asInt()); #else