changeset 555:739cad709a8c

skipping DicomWeb test not implemented yet
author Alain Mazy <am@osimis.io>
date Tue, 27 Jun 2023 16:41:28 +0200
parents 71096a3e3006
children 1028b75ac1ce
files Plugins/DicomWeb/Run.py Tests/Tests.py
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/DicomWeb/Run.py	Sat Jun 24 16:08:11 2023 +0200
+++ b/Plugins/DicomWeb/Run.py	Tue Jun 27 16:41:28 2023 +0200
@@ -1691,6 +1691,7 @@
             self.assertIn("https://my-domain/dicom-web", m[0][u'7FE00010']['BulkDataURI'])
 
 
+    @unittest.skip("Not implemented yet")
     def test_issue_216(self):
         if IsOrthancVersionAbove(ORTHANC, 1, 12, 1):
             study = UploadInstance(ORTHANC, 'ColorTestImageJ.dcm')['ParentStudy']
--- a/Tests/Tests.py	Sat Jun 24 16:08:11 2023 +0200
+++ b/Tests/Tests.py	Tue Jun 27 16:41:28 2023 +0200
@@ -1967,6 +1967,7 @@
                                              'CaseSensitive' : True,
                                              'Query' : { 
                                                  'PatientName' : '*NE*',
+                                                 'PatientBirthDate': '20080101-20081231',
                                                  'PatientSex': '0000'
                                               }})
         self.assertEqual(1, len(a))