Mercurial > hg > orthanc-tests
comparison Tests/Tests.py @ 300:d6c2eb5a2603
disabling test on Deflated Explicit VR Little Endian
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 15 May 2020 09:19:00 +0200 |
parents | c2144cf4bd83 |
children | 6652d5720a45 |
comparison
equal
deleted
inserted
replaced
299:c2144cf4bd83 | 300:d6c2eb5a2603 |
---|---|
5525 self.assertTrue(len(a) > 20) | 5525 self.assertTrue(len(a) > 20) |
5526 | 5526 |
5527 SYNTAXES = [ | 5527 SYNTAXES = [ |
5528 '1.2.840.10008.1.2', | 5528 '1.2.840.10008.1.2', |
5529 '1.2.840.10008.1.2.1', | 5529 '1.2.840.10008.1.2.1', |
5530 '1.2.840.10008.1.2.1.99', # Deflated Explicit VR Little Endian | 5530 #'1.2.840.10008.1.2.1.99', # Deflated Explicit VR Little Endian (cannot be decoded in debug mode if Orthanc is statically linked against DCMTK 3.6.5) |
5531 '1.2.840.10008.1.2.2', | 5531 '1.2.840.10008.1.2.2', |
5532 '1.2.840.10008.1.2.4.50', | 5532 '1.2.840.10008.1.2.4.50', |
5533 '1.2.840.10008.1.2.4.51', | 5533 '1.2.840.10008.1.2.4.51', |
5534 '1.2.840.10008.1.2.4.57', | 5534 '1.2.840.10008.1.2.4.57', |
5535 '1.2.840.10008.1.2.4.70', | 5535 '1.2.840.10008.1.2.4.70', |