Mercurial > hg > orthanc-tests
diff GenerateConfigurationForTests.py @ 35:f2dcf96fec51
parameter
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 17 Aug 2015 16:05:33 +0200 |
parents | e07deb07289d |
children | 97acfdf0dbce |
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py Mon Aug 10 10:02:18 2015 +0200 +++ b/GenerateConfigurationForTests.py Mon Aug 17 16:05:33 2015 +0200 @@ -84,6 +84,7 @@ ('ORTHANCTEST', ip, 5001), config) config = re.sub(r'("OrthancPeers"\s*:)\s*{', r'\1 { "peer" : [ "http://%s:%d/", "%s", "%s" ]' % (ip, 5000, 'alice', 'orthanctest'), config) +config = re.sub(r'("HttpCompressionEnabled"\s*:)\s*true', r'\1 false', config) # Enable case-insensitive PN (the default on versions <= 0.8.6) config = re.sub(r'("CaseSensitivePN"\s*:)\s*true', r'\1 false', config)