changeset 537:23d577e9a32f

doc
author Alain Mazy <am@osimis.io>
date Mon, 22 May 2023 15:06:56 +0200
parents 6546ca088276
children 7a83a8f087c7
files Plugins/DicomWeb/Run.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/DicomWeb/Run.py	Mon May 22 15:06:21 2023 +0200
+++ b/Plugins/DicomWeb/Run.py	Mon May 22 15:06:56 2023 +0200
@@ -444,6 +444,7 @@
         self.assertEqual('SH', a[0]['00080050']['vr'])
 
 
+    # this test fails if SeriesMetadata = "MainDicomTags" (this is expected since the reference json is the full json)
     def test_wado_hierarchy(self):
         def CheckJson(uri, headers = {}):
             with open(GetDatabasePath('DummyCT.json'), 'r') as f: