Mercurial > hg > orthanc-tests
changeset 546:2f101bb5c808
fix
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 21 Jun 2023 13:31:36 +0200 |
parents | 9155a7f25798 |
children | 7de5fd295025 |
files | Tests/CheckIngestTranscoding.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 ====')