Mercurial > hg > orthanc-tests
diff Tests/Tests.py @ 304:b8399213b840
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 19 May 2020 18:25:38 +0200 |
parents | 22b6dd0f8c84 |
children | ed20ead1a8b6 |
line wrap: on
line diff
--- a/Tests/Tests.py Tue May 19 17:33:08 2020 +0200 +++ b/Tests/Tests.py Tue May 19 18:25:38 2020 +0200 @@ -138,11 +138,6 @@ ] -def HasGdcmPlugin(): - plugins = DoGet(_REMOTE, '/plugins') - return ('gdcm' in plugins) - - class Orthanc(unittest.TestCase): def setUp(self): if (sys.version_info >= (3, 0)): @@ -1632,7 +1627,7 @@ # gdcmconv -i /home/jodogne/DICOM/GdcmDatabase/US_DataSet/HDI5000_US/3EAF5E01 -w -o Issue19.dcm a = UploadInstance(_REMOTE, 'Issue19.dcm')['ID'] - if not HasGdcmPlugin(): + if not HasGdcmPlugin(_REMOTE): self.assertRaises(Exception, lambda: DoGet(_REMOTE, '/instances/941ad3c8-05d05b88-560459f9-0eae0e20-6cddd533/preview')) @@ -3078,7 +3073,7 @@ Check('1.2.840.10008.1.2', 'd54aed9f67a100984b42942cc2e9939b') # JPEG2k image, not supported without GDCM plugin - if not HasGdcmPlugin(): + if not HasGdcmPlugin(_REMOTE): Check('1.2.840.10008.1.2.4.90', None) Check('1.2.840.10008.1.2.4.91', None) @@ -5535,7 +5530,7 @@ '1.2.840.10008.1.2.4.70', ] - if HasGdcmPlugin(): + if HasGdcmPlugin(_REMOTE): SYNTAXES = SYNTAXES + [ '1.2.840.10008.1.2.4.80', # This makes DCMTK 3.6.2 crash '1.2.840.10008.1.2.4.81', # This makes DCMTK 3.6.2 crash