# HG changeset patch # User Sebastien Jodogne # Date 1588858420 -7200 # Node ID cfa785074c640513c5821d2cb598d287ba57e648 # Parent b5333f87065b37f58e7ba28f65a41ea8667efa5b test_modify_transcode diff -r b5333f87065b -r cfa785074c64 Tests/Tests.py --- a/Tests/Tests.py Thu May 07 11:37:42 2020 +0200 +++ b/Tests/Tests.py Thu May 07 15:33:40 2020 +0200 @@ -139,7 +139,6 @@ - class Orthanc(unittest.TestCase): def setUp(self): if (sys.version_info >= (3, 0)): @@ -5481,14 +5480,6 @@ def test_bitbucket_issue_169(self): - def GetTransferSyntax(dicom): - with tempfile.NamedTemporaryFile(delete = True) as f: - f.write(dicom) - f.flush() - data = subprocess.check_output([ FindExecutable('dcm2xml'), f.name ]) - - return re.search('