# HG changeset patch # User Alain Mazy # Date 1687347030 -7200 # Node ID 9155a7f2579838d8689282538abf37c0a6836a26 # Parent 47c43fdaf91dc1fb6204506af010a8254053c93c fix diff -r 47c43fdaf91d -r 9155a7f25798 Tests/CheckIngestTranscoding.py --- a/Tests/CheckIngestTranscoding.py Wed Jun 21 13:04:19 2023 +0200 +++ b/Tests/CheckIngestTranscoding.py Wed Jun 21 13:30:30 2023 +0200 @@ -141,7 +141,7 @@ ('TransferSyntaxes/1.2.840.10008.1.2.1.dcm', '1.2.840.10008.1.2.1'), ('TransferSyntaxes/1.2.840.10008.1.2.2.dcm', '1.2.840.10008.1.2.1'), ('TransferSyntaxes/1.2.840.10008.1.2.4.51.dcm', '1.2.840.10008.1.2.1'), - ('TransferSyntaxes/1.2.840.10008.1.2.4.50.dcm', '1.2.840.10008.1.2.1', 'RGB', 'octect-stream', 921600), # We expect YBR to become RGB with transcoding to raw + ('TransferSyntaxes/1.2.840.10008.1.2.4.50.dcm', '1.2.840.10008.1.2.1', 'RGB', 'application/octect-stream', 921600), # We expect YBR to become RGB with transcoding to raw ])) print('==== TEST 3 ====')