# HG changeset patch # User Alain Mazy # Date 1742286235 -3600 # Node ID 2f29c946231a8cce3e95f875f0f950d48ac0e42c # Parent 08e098c425530e7337cf0bf93d6a91683ed2219a fix diff -r 08e098c42553 -r 2f29c946231a Tests/Tests.py --- a/Tests/Tests.py Tue Mar 18 08:54:44 2025 +0100 +++ b/Tests/Tests.py Tue Mar 18 09:23:55 2025 +0100 @@ -6710,7 +6710,7 @@ ] if IsOrthancVersionAbove(_REMOTE, 1, 12, 7): - SYNTAXES.push('1.2.840.10008.1.2.1.99') # Deflated Explicit VR Little Endian (cannot be decoded in debug mode if Orthanc is statically linked against DCMTK 3.6.5) + SYNTAXES.append('1.2.840.10008.1.2.1.99') # Deflated Explicit VR Little Endian (cannot be decoded in debug mode if Orthanc is statically linked against DCMTK 3.6.5) if HasGdcmPlugin(_REMOTE): @@ -7388,7 +7388,7 @@ ] if IsOrthancVersionAbove(_REMOTE, 1, 12, 7): - SYNTAXES.push('1.2.840.10008.1.2.1.99') # Deflated Explicit VR Little Endian (cannot be decoded in debug mode if Orthanc is statically linked against DCMTK 3.6.5) + SYNTAXES.append('1.2.840.10008.1.2.1.99') # Deflated Explicit VR Little Endian (cannot be decoded in debug mode if Orthanc is statically linked against DCMTK 3.6.5)