# HG changeset patch # User Alain Mazy # Date 1725635910 -7200 # Node ID 0c99f2aa7c536134dff8f219a68b60a5f4f8ff4a # Parent 3476dc32c39bd315d471f3c507ec688b00c69b70 note diff -r 3476dc32c39b -r 0c99f2aa7c53 Plugins/DicomWeb/Run.py --- a/Plugins/DicomWeb/Run.py Fri Sep 06 16:03:05 2024 +0200 +++ b/Plugins/DicomWeb/Run.py Fri Sep 06 17:18:30 2024 +0200 @@ -1372,7 +1372,7 @@ a[0][1]['Content-Location']) self.assertEqual(ACCEPT[syntax], 'multipart/related; type=%s' % a[0][1]['Content-Type']) - if IS_GDCM: + if IS_GDCM: # !!! NOTE: these tests might fail if GDCM is not used to transcode ALL transfer syntaxes. And, from v1.8, the default configuration handles only JP2K self.assertEqual({ '1.2.840.10008.1.2' : '1c8cebde0c74450ce4dfb75dd52ddad7', '1.2.840.10008.1.2.1' : '1c8cebde0c74450ce4dfb75dd52ddad7',