# HG changeset patch # User Alain Mazy # Date 1687347096 -7200 # Node ID 2f101bb5c808ec8e1ebdee7495f8716c041c31c0 # Parent 9155a7f2579838d8689282538abf37c0a6836a26 fix diff -r 9155a7f25798 -r 2f101bb5c808 Tests/CheckIngestTranscoding.py --- a/Tests/CheckIngestTranscoding.py Wed Jun 21 13:30:30 2023 +0200 +++ b/Tests/CheckIngestTranscoding.py Wed Jun 21 13:31:36 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', 'application/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/octet-stream', 921600), # We expect YBR to become RGB with transcoding to raw ])) print('==== TEST 3 ====')