comparison Plugins/DicomWeb/Run.py @ 276:cc10eefaf908

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Mar 2020 08:56:17 +0100
parents 264bb7744679
children 95c47602990c
comparison
equal deleted inserted replaced
275:264bb7744679 276:cc10eefaf908
989 self.assertEqual(1, len(p)) 989 self.assertEqual(1, len(p))
990 self.assertEqual(743 * 975 * 3, len(p[0])) 990 self.assertEqual(743 * 975 * 3, len(p[0]))
991 991
992 992
993 def test_bitbucket_issue_168(self): 993 def test_bitbucket_issue_168(self):
994 # "Plugins can't read private tags from the configuration file" 994 # "Plugins can't read private tags from the configuration
995 # This test will fail if DCMTK <= 3.6.1 (e.g. on Ubuntu 16.04) 995 # file" This test will fail if DCMTK <= 3.6.1 (e.g. on Ubuntu
996 # 16.04), or if Orthanc <= 1.5.8
996 # https://bitbucket.org/sjodogne/orthanc/issues/168/ 997 # https://bitbucket.org/sjodogne/orthanc/issues/168/
997 998
998 UploadInstance(ORTHANC, 'Issue168.dcm') 999 UploadInstance(ORTHANC, 'Issue168.dcm')
999 1000
1000 a = DoGet(ORTHANC, '/dicom-web/studies') 1001 a = DoGet(ORTHANC, '/dicom-web/studies')