diff Tests/Tests.py @ 122:80895f4961d0

compatibility with dcmtk 3.6.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Jul 2017 18:29:20 +0200
parents 1a19f953f53c
children ff7438e51f63
line wrap: on
line diff
--- a/Tests/Tests.py	Mon Jul 17 10:00:22 2017 +0200
+++ b/Tests/Tests.py	Mon Jul 17 18:29:20 2017 +0200
@@ -2604,18 +2604,11 @@
         t = DoGet(_REMOTE, '/instances/%s/tags?simplify' % i)
         with open(GetDatabasePath('PrivateMDNTagsSimplify.json'), 'r') as f:
             self.assertTrue(CompareTags(t, json.loads(f.read()), [
-                'ACR_NEMA_2C_VariablePixelDataGroupLength', 
-                'GenericGroupLength',
-                'Original Image Filename',
-                'PET-CT Multi Modality Name'
             ]))
 
         t = DoGet(_REMOTE, '/instances/%s/tags' % i)
         with open(GetDatabasePath('PrivateMDNTagsFull.json'), 'r') as f:
             self.assertTrue(CompareTags(t, json.loads(f.read()), [ 
-                '7fe0,0000',
-                '00e1,10c2',
-                '7053,1003'
             ]))
 
         t = DoGet(_REMOTE, '/instances/%s/tags?simplify' % j)