Mercurial > hg > orthanc-tests
diff Tests/Run.py @ 289:4a70411ac9ad
test_storescu_transcoding
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 07 May 2020 11:12:06 +0200 |
parents | 943166deebcb |
children | 192665e6113f |
line wrap: on
line diff
--- a/Tests/Run.py Tue Apr 21 14:47:13 2020 +0200 +++ b/Tests/Run.py Thu May 07 11:12:06 2020 +0200 @@ -105,6 +105,10 @@ config = re.sub(r'("DicomModalities"\s*:)\s*{', r'\1 { "orthanc" : [ "%s", "%s", %s ]' % (args.aet, args.server, args.dicom), config) +# New to test transcoding over DICOM (1.7.0) +config = re.sub(r'("RleTransferSyntaxAccepted"\s*:)\s*true', r'\1 false', config) + + with open(CONFIG, 'wt') as f: f.write(config)