Mercurial > hg > orthanc-tests
changeset 709:f21aedbf34f7
fix
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 04 Oct 2024 14:59:56 +0200 |
parents | 516fdac8027d |
children | 0322fda1834e |
files | Tests/Tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Tests/Tests.py Fri Oct 04 14:30:19 2024 +0200 +++ b/Tests/Tests.py Fri Oct 04 14:59:56 2024 +0200 @@ -8091,7 +8091,7 @@ tagsDefault = GetTags(study, {}) orthancVersion = DoGet(_REMOTE, '/system') ['Version'] - if orthancVersion.startWith('mainline-'): # happens in unstable orthancteam/orthanc images + if orthancVersion.startswith('mainline-'): # happens in unstable orthancteam/orthanc images orthancVersion = 'mainline' self.assertEqual('Orthanc %s - PS 3.15-2008 Table E.1-1' % orthancVersion, tags2008['0012,0063'])