# HG changeset patch # User Alain Mazy # Date 1684760816 -7200 # Node ID 23d577e9a32fd62deb0f40c19adc915e4e15c5db # Parent 6546ca0882767895e5982b84465282ed831629a1 doc diff -r 6546ca088276 -r 23d577e9a32f Plugins/DicomWeb/Run.py --- 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: