comparison GenerateConfigurationForTests.py @ 391:227d9a932467

testing revisions in metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Apr 2021 17:13:53 +0200
parents b9adc7d06347
children 3c15eadd941a
comparison
equal deleted inserted replaced
390:5c2472f008eb 391:227d9a932467
147 config['SyncStorageArea'] = False # For tests to run more quickly 147 config['SyncStorageArea'] = False # For tests to run more quickly
148 config['WebDavEnabled'] = True 148 config['WebDavEnabled'] = True
149 config['WebDavDeleteAllowed'] = True 149 config['WebDavDeleteAllowed'] = True
150 config['WebDavUploadAllowed'] = True 150 config['WebDavUploadAllowed'] = True
151 config['StorageCompression'] = args.compression 151 config['StorageCompression'] = args.compression
152 config['CheckRevisions'] = True
152 153
153 del config['KeepAlive'] 154 del config['KeepAlive']
154 155
155 config['Dictionary'] = { 156 config['Dictionary'] = {
156 '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ], 157 '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ],