Mercurial > hg > orthanc
changeset 4890:6d4e8d90ca02
fix unit test
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 19 Feb 2022 12:21:36 +0100 |
parents | d8c8274d4e41 |
children | c5305d310496 |
files | OrthancFramework/UnitTestsSources/JobsTests.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/UnitTestsSources/JobsTests.cpp Sat Feb 19 12:17:41 2022 +0100 +++ b/OrthancFramework/UnitTestsSources/JobsTests.cpp Sat Feb 19 12:21:36 2022 +0100 @@ -1386,7 +1386,7 @@ operations.insert(DicomRequestType_NAction); operations.insert(DicomRequestType_NEventReport); - ASSERT_EQ(7u, operations.size()); + ASSERT_EQ(8u, operations.size()); for (std::set<DicomRequestType>::const_iterator it = operations.begin(); it != operations.end(); ++it)