# HG changeset patch # User Sebastien Jodogne # Date 1547835080 -3600 # Node ID 42e4c00fe7c8938fe396bce4d8fcf78d471187ad # Parent 7a58288d1b2787cbb522acf5b1b5dd849b71830f fix diff -r 7a58288d1b27 -r 42e4c00fe7c8 GenerateConfigurationForTests.py --- a/GenerateConfigurationForTests.py Wed Jan 16 09:17:03 2019 +0100 +++ b/GenerateConfigurationForTests.py Fri Jan 18 19:11:20 2019 +0100 @@ -81,7 +81,7 @@ # Download the content of the default configuration file with open(args.target, 'w') as f: - url = 'https://bitbucket.org/sjodogne/orthanc/raw/Orthanc-1.2.0/Resources/Configuration.json' + url = 'https://bitbucket.org/sjodogne/orthanc/raw/default/Resources/Configuration.json' http = urllib.urlopen(url) if http.getcode() != 200: raise Exception('Cannot download: %s' % url) @@ -118,7 +118,7 @@ config['JobsHistorySize'] = 1000 config['SynchronousCMove'] = False config['MediaArchiveSize'] = 1 -config['KeepAlive'] = False +del config['KeepAlive'] config['Dictionary'] = { '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ],