changeset 37:6f86a5168e68

test
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2015 17:41:12 +0200
parents 42ad759ef40a
children d147e36c6d18 525a2f57ec94
files Tests/Tests.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Tests/Tests.py	Thu Aug 20 17:05:58 2015 +0200
+++ b/Tests/Tests.py	Thu Aug 20 17:41:12 2015 +0200
@@ -2160,7 +2160,7 @@
         i = DoPost(_REMOTE, '/tools/create-dicom',
                    json.dumps({
                        'Parent' : brainixEpi,
-                       'Tags' : { },
+                       'Tags' : { 'SpecificCharacterSet' : 'ISO_IR 13' },
                        'Content' : 'data:application/pdf;base64,' + base64.b64encode(pdf)
                    }))