changeset 276:cc10eefaf908

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Mar 2020 08:56:17 +0100
parents 264bb7744679
children 95c47602990c
files Plugins/DicomWeb/Run.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/DicomWeb/Run.py	Tue Mar 03 17:36:47 2020 +0100
+++ b/Plugins/DicomWeb/Run.py	Wed Mar 04 08:56:17 2020 +0100
@@ -991,8 +991,9 @@
 
 
     def test_bitbucket_issue_168(self):
-        # "Plugins can't read private tags from the configuration file"
-        # This test will fail if DCMTK <= 3.6.1 (e.g. on Ubuntu 16.04)
+        # "Plugins can't read private tags from the configuration
+        # file" This test will fail if DCMTK <= 3.6.1 (e.g. on Ubuntu
+        # 16.04), or if Orthanc <= 1.5.8
         # https://bitbucket.org/sjodogne/orthanc/issues/168/
 
         UploadInstance(ORTHANC, 'Issue168.dcm')