# HG changeset patch # User Alain Mazy # Date 1725971584 -7200 # Node ID edf6ce075823b4c5bc946f3c3aab6f5acb88ac06 # Parent 992f0e405c4ff5016a71d7e669d474d1a62430f3 fix diff -r 992f0e405c4f -r edf6ce075823 Tests/Tests.py --- a/Tests/Tests.py Mon Sep 09 15:30:36 2024 +0200 +++ b/Tests/Tests.py Tue Sep 10 14:33:04 2024 +0200 @@ -1907,7 +1907,7 @@ } if IsOrthancVersionAbove(_REMOTE, 1, 12, 5): - payload['TimeRange'] = '3.12\\4.12', # https://discourse.orthanc-server.org/t/multiplicity-on-dicom-tags/5144 + payload['TimeRange'] = '3.12\\4.12' # https://discourse.orthanc-server.org/t/multiplicity-on-dicom-tags/5144 i = DoPost(_REMOTE, '/tools/create-dicom', json.dumps(payload))