comparison Tests/Tests.py @ 585:536e1a76a2b5

new hg server
author Alain Mazy <am@osimis.io>
date Tue, 14 Nov 2023 08:23:28 +0100
parents c4f4b0bc908b
children f29d3ff889bf
comparison
equal deleted inserted replaced
584:c4f4b0bc908b 585:536e1a76a2b5
6916 self.assertEqual('1.2.840.10008.1.2.1', GetTransferSyntax(f.read())) 6916 self.assertEqual('1.2.840.10008.1.2.1', GetTransferSyntax(f.read()))
6917 6917
6918 6918
6919 def test_findscu_truncation(self): 6919 def test_findscu_truncation(self):
6920 # https://groups.google.com/forum/#!msg/orthanc-users/FkckWAHvso8/UbRBAhQ5CwAJ 6920 # https://groups.google.com/forum/#!msg/orthanc-users/FkckWAHvso8/UbRBAhQ5CwAJ
6921 # Fixed by: https://hg.orthanc-server.com/orthanc/rev/2724977419fb 6921 # Fixed by: https://orthanc.uclouvain.be/hg/orthanc/rev/2724977419fb
6922 UploadInstance(_REMOTE, 'Multiframe.dcm') 6922 UploadInstance(_REMOTE, 'Multiframe.dcm')
6923 UploadInstance(_REMOTE, 'ColorTestImageJ.dcm') 6923 UploadInstance(_REMOTE, 'ColorTestImageJ.dcm')
6924 6924
6925 study = '1.3.46.670589.7.5.8.80001255161.20000323.151537.1' 6925 study = '1.3.46.670589.7.5.8.80001255161.20000323.151537.1'
6926 6926