comparison GenerateConfigurationForTests.py @ 568:6399d3a1cd30

WSI: fix compatibility with Python 3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Jul 2023 13:06:38 +0200
parents a06d0a45c62f
children 536e1a76a2b5
comparison
equal deleted inserted replaced
567:13169c8ddc96 568:6399d3a1cd30
225 'StorageConnectionString' : 'DSN=storage', 225 'StorageConnectionString' : 'DSN=storage',
226 'IndexConnectionsCount' : 1, 226 'IndexConnectionsCount' : 1,
227 'MaximumConnectionRetries' : 7, 227 'MaximumConnectionRetries' : 7,
228 } 228 }
229 229
230 config['WholeSlideImaging'] = {
231 'ServeMirador' : True,
232 'ServeOpenSeadragon' : True,
233 }
234
230 235
231 236
232 # Enable case-insensitive PN (the default on versions <= 0.8.6) 237 # Enable case-insensitive PN (the default on versions <= 0.8.6)
233 config['CaseSensitivePN'] = False 238 config['CaseSensitivePN'] = False
234 239