Mercurial > hg > orthanc-tests
changeset 664:854640df43d3
fix version
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Sat, 06 Jul 2024 11:59:44 +0200 |
parents | 7a6996b9b9ee |
children | e024ba9e7768 |
files | Tests/Tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Tests/Tests.py Fri Jul 05 19:19:02 2024 +0200 +++ b/Tests/Tests.py Sat Jul 06 11:59:44 2024 +0200 @@ -10422,7 +10422,7 @@ self.assertEqual(1, len(modalitiesInStudy)) self.assertEqual('CT', modalitiesInStudy[0]) - if IsOrthancVersionAbove(_REMOTE, 1, 12, 4): + if IsOrthancVersionAbove(_REMOTE, 1, 12, 5): # when requesting PatientComments, with 1.12.4, we did not get the computed tags i = CallFindScu([ '-k', 'PatientID=WITH_COMMENTS', '-k', 'QueryRetrieveLevel=Study', '-k', 'ModalitiesInStudy', '-k', 'NumberOfStudyRelatedSeries', '-k', 'NumberOfStudyRelatedInstances', '-k', 'PatientComments' ]) modalitiesInStudy = re.findall('\(0008,0061\).*?\[(.*?)\]', i)