Skip to content
Snippets Groups Projects
Verified Commit ec74b25e authored by matiargs's avatar matiargs
Browse files

Remove orientation from expected metadata for tiff in test

parent fee0658b
Branches
Tags
No related merge requests found
...@@ -33,7 +33,6 @@ class TestLightWeightCleaning(unittest.TestCase): ...@@ -33,7 +33,6 @@ class TestLightWeightCleaning(unittest.TestCase):
'parser': images.TiffParser, 'parser': images.TiffParser,
'meta': {'ImageDescription': 'OLYMPUS DIGITAL CAMERA '}, 'meta': {'ImageDescription': 'OLYMPUS DIGITAL CAMERA '},
'expected_meta': { 'expected_meta': {
'Orientation': 'Horizontal (normal)',
'ResolutionUnit': 'inches', 'ResolutionUnit': 'inches',
'XResolution': 72, 'XResolution': 72,
'YResolution': 72 'YResolution': 72
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment