Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvoisin
mat2
Commits
6df61528
Commit
6df61528
authored
Jun 06, 2021
by
jvoisin
Browse files
Fix the CI for recent exiftool versions
Always a joy to deal with withespaces
parent
49c8b14e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_libmat2.py
View file @
6df61528
...
...
@@ -462,7 +462,7 @@ class TestCleaning(unittest.TestCase):
'HandlerDescription'
:
'SoundHandler'
,
'HandlerType'
:
'Metadata'
,
'HandlerVendorID'
:
'Apple'
,
'MajorBrand'
:
'
MP4
Base Media v1 [IS0 14496-12:2003]'
,
'MajorBrand'
:
'Base Media v1 [IS0 14496-12:2003]'
,
'MaxBitrate'
:
465641
,
'MediaDataOffset'
:
48
,
'MediaDataSize'
:
379872
,
...
...
@@ -517,7 +517,7 @@ class TestCleaning(unittest.TestCase):
p2
=
case
[
'parser'
](
p1
.
output_filename
)
for
k
,
v
in
p2
.
get_meta
().
items
():
self
.
assertIn
(
k
,
case
[
'expected_meta'
])
self
.
assert
Equal
(
v
,
case
[
'expected_meta'
][
k
])
self
.
assert
In
(
str
(
case
[
'expected_meta'
][
k
])
,
str
(
v
))
self
.
assertTrue
(
p2
.
remove_all
())
os
.
remove
(
target
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment