Skip to content

Commit

Permalink
Fixing test following Christoph's Review. (Christoph is one clever Mo…
Browse files Browse the repository at this point in the history
…ther!)
  • Loading branch information
clanmills committed Feb 11, 2022
1 parent 6479fd5 commit 5faa544
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/bugfixes/github/test_issue_981.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class CanonAfInfoTest(metaclass=CaseMeta):
commands = ["$exiv2 -pa -b --grep Canon.AF $filenameA"
,"$exiv2 -pa -b --grep Canon.AF $filenameB"
,"$exiv2 -pv -b --grep Points $filenameC"
,"$exiv2 -pt -b --grep Points $filenameD"
,"$exiv2 -pv -b --grep Unusable $filenameC"
,"$exiv2 -pt -b --grep Points $filenameC"
,"$exiv2 -pv -b --grep Unusable $filenameD"
,"$exiv2 -pt -b --grep Unusable $filenameD"
]

Expand Down Expand Up @@ -55,10 +55,10 @@ class CanonAfInfoTest(metaclass=CaseMeta):
0x260e Canon AFPointsUnusable Short 4 0 0 0 0
""","""Exif.Canon.AFNumPoints SShort 1 63
Exif.Canon.AFValidPoints SShort 1 61
Exif.Canon.AFPointsInFocus Short 4 (none)
Exif.Canon.AFPointsSelected Short 4 25
Exif.Canon.AFPointsUnusable Short 4 3,4,9,10,11,30,31,35,36,40,41,55,59,60
""","""0x260e Canon AFPointsUnusable Short 4 0 0 0 0
Exif.Canon.AFPointsInFocus Short 4 20,21,25,45,46,47
Exif.Canon.AFPointsSelected Short 4 19,20,21,24,25,26,45,46,47
Exif.Canon.AFPointsUnusable Short 4 (none)
""","""0x260e Canon AFPointsUnusable Short 4 3608 49152 792 6272
""","""Exif.Canon.AFPointsUnusable Short 4 3,4,9,10,11,30,31,35,36,40,41,55,59,60
"""
]
Expand Down

0 comments on commit 5faa544

Please sign in to comment.