changeset 267:f30b5bfa9599

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Feb 2020 10:42:57 +0100
parents b105bb2233c6
children c8d79d8258cd
files Tests/Tests.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Tests/Tests.py	Tue Feb 25 21:44:28 2020 +0100
+++ b/Tests/Tests.py	Wed Feb 26 10:42:57 2020 +0100
@@ -4776,7 +4776,7 @@
 
     def test_bitbucket_issue_140(self):
         # "Modifying private tags with REST API changes VR from LO to
-        # UN." This test fails if DCMTK <= 3.6.0.
+        # UN." This test fails if DCMTK <= 3.6.1 (e.g. fails on Ubuntu 16.04).
         # https://bitbucket.org/sjodogne/orthanc/issues/140
         source = UploadInstance(_REMOTE, 'Issue140.dcm') ['ID']
         series = DoGet(_REMOTE, '/instances/%s' % source) ['ParentSeries']