diff Tests/Toolbox.py @ 10:5f73008bb873

tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Jun 2015 13:38:32 +0200
parents 3670535fbd4b
children 7b69a561f4d3
line wrap: on
line diff
--- a/Tests/Toolbox.py	Wed Jun 17 13:49:12 2015 +0200
+++ b/Tests/Toolbox.py	Thu Jun 18 13:38:32 2015 +0200
@@ -129,7 +129,7 @@
             return content
 
 def DoPut(orthanc, uri, data = {}, contentType = ''):
-    return DoPutOrPost(orthanc, uri, 'PUT', data, contentType)
+    return _DoPutOrPost(orthanc, uri, 'PUT', data, contentType, {})
 
 def DoPost(orthanc, uri, data = {}, contentType = '', headers = {}):
     return _DoPutOrPost(orthanc, uri, 'POST', data, contentType, headers)