Mercurial > hg > orthanc-tests
diff Tests/Tests.py @ 175:09ca519087a1
doc
author | am@osimis.io |
---|---|
date | Thu, 20 Sep 2018 11:58:08 +0200 |
parents | d468cbe1b161 |
children | 48cc188ffb09 |
line wrap: on
line diff
--- a/Tests/Tests.py Thu Sep 20 11:51:34 2018 +0200 +++ b/Tests/Tests.py Thu Sep 20 11:58:08 2018 +0200 @@ -3829,7 +3829,7 @@ t1 = DoGet(_REMOTE, '/instances/%s/metadata/TransferSyntax' % instances[0]) t2 = DoGet(_REMOTE, '/instances/%s/metadata/TransferSyntax' % instances[1]) - self.assertEqual('1.2.840.10008.1.2.4.90', t1) + self.assertEqual('1.2.840.10008.1.2.4.90', t1) # this will fail if libgdcm-tools is not installed self.assertEqual(t1, t2);