changeset 327:33ba5b1a0dd9

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Aug 2020 17:00:10 +0200
parents 05f48c19c60d
children 8a462f9c5a97
files Tests/Tests.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Tests/Tests.py	Fri Aug 14 08:19:29 2020 +0200
+++ b/Tests/Tests.py	Tue Aug 18 17:00:10 2020 +0200
@@ -4822,7 +4822,7 @@
 
         tags = DoGet(_REMOTE, '/instances/%s/tags' % instances[0]['ID'])
         t = tags['4321,1012']
-        self.assertEqual('String', t['Type'])
+        self.assertEqual('String', t['Type'])   # This fails if DCMTK <= 3.6.1
         self.assertEqual('RadioButton3', t['Name'])
         self.assertEqual('RadioLogic', t['PrivateCreator'])
         self.assertEqual('aaabbbccc', t['Value'])