# HG changeset patch # User Alain Mazy # Date 1728046796 -7200 # Node ID f21aedbf34f73c0176644b624ab9ac284821ccd8 # Parent 516fdac8027dd67d2e38bf74223c0565c31079f5 fix diff -r 516fdac8027d -r f21aedbf34f7 Tests/Tests.py --- 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'])