Mercurial > hg > orthanc-tests
comparison Tests/Run.py @ 27:cde1691838d3
wildcard test
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 29 Jun 2015 14:44:00 +0200 |
parents | 2a29bcff60a7 |
children | cbd6703ba4e7 |
comparison
equal
deleted
inserted
replaced
26:040f6ef1394a | 27:cde1691838d3 |
---|---|
104 | 104 |
105 with open(CONFIG, 'wt') as f: | 105 with open(CONFIG, 'wt') as f: |
106 f.write(config) | 106 f.write(config) |
107 | 107 |
108 localOrthanc = ExternalCommandThread([ | 108 localOrthanc = ExternalCommandThread([ |
109 'Orthanc', CONFIG, #'--verbose' | 109 'Orthanc', CONFIG, #'--verbose', |
110 ]) | 110 #'/home/jodogne/Subversion/Orthanc/i/Orthanc', CONFIG, '--verbose' |
111 ]) | |
111 | 112 |
112 | 113 |
113 LOCAL = DefineOrthanc(aet = 'ORTHANCTEST', | 114 LOCAL = DefineOrthanc(aet = 'ORTHANCTEST', |
114 server = 'localhost', | 115 server = 'localhost', |
115 dicomPort = 5001, | 116 dicomPort = 5001, |