Mercurial > hg > orthanc-tests
diff Tests/Tests.py @ 62:f9c4ce95756f
removal of useless information
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 23 Nov 2015 17:14:48 +0100 |
parents | 967d44407308 |
children | 2652d562267a |
line wrap: on
line diff
--- a/Tests/Tests.py Mon Nov 23 15:24:45 2015 +0100 +++ b/Tests/Tests.py Mon Nov 23 17:14:48 2015 +0100 @@ -1886,6 +1886,7 @@ self.assertRaises(Exception, lambda: storescu('UnknownSopClassUid.dcm', True)) self.assertEqual(0, len(DoGet(_REMOTE, '/patients'))) InstallLuaScript('Lua/TransferSyntaxEnable.lua') + DoPost(_REMOTE, '/tools/execute-script', "print('All special transfer syntaxes are now accepted')") storescu('Knix/Loc/IM-0001-0001.dcm', False) storescu('UnknownSopClassUid.dcm', True) self.assertEqual(2, len(DoGet(_REMOTE, '/patients')))