diff Tests/Tests.py @ 181:911070f790e3

more checks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Oct 2018 17:16:11 +0200
parents 8a2dd77d4035
children 7a6b532853ab
line wrap: on
line diff
--- a/Tests/Tests.py	Fri Oct 05 16:07:10 2018 +0200
+++ b/Tests/Tests.py	Mon Oct 08 17:16:11 2018 +0200
@@ -3866,7 +3866,8 @@
                               'Series' : [ t2 ],
                               'Replace' : { 'PatientName' : 'Hello' },
                               'Remove' : [ 'ReferringPhysicianName' ],
-                              'KeepSource' : False
+                              'KeepSource' : False,
+                              'Asynchronous' : True
                           }))
 
         self.assertNotEqual(None, job)
@@ -3901,7 +3902,8 @@
         job = MonitorJob2(_REMOTE, lambda: DoPost
                           (_REMOTE, '/studies/%s/merge' % knee, {
                               'Resources' : [ brainix ],
-                              'KeepSource' : True
+                              'KeepSource' : True,
+                              'Synchronous' : False
                           }))
 
         self.assertNotEqual(None, job)