changeset 797:2f29c946231a

fix
author Alain Mazy <am@orthanc.team>
date Tue, 18 Mar 2025 09:23:55 +0100
parents 08e098c42553
children 1d3b3a702a4a
files Tests/Tests.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)