]> Creatis software - gdcm.git/blobdiff - gdcmPython/testSuite.py
STYLE: Cleanup outside API, there is still too much offered to user
[gdcm.git] / gdcmPython / testSuite.py
index 39b3bdafb27479b55219539e6c9298453304b483..8ef87055b1993898d845c4e1d7d2f5d8cf614f93 100644 (file)
@@ -545,9 +545,7 @@ class gdcmTestCase(unittest.TestCase):
 
          valDict = reader.GetEntry()
          for subEntry in entry[1]:
-            #### BUG FIXME TODO: an odd space was introduced ! Previously
-            ####                 it worked with element = subEntry[0]
-            element = " " + subEntry[0]
+            element = subEntry[0]
             value   = subEntry[1]
             self.assertEqual(valDict[element], value,
                              ("Wrong %s for file %s (got %s, shoud be %s)"