Fixing test suite. I've explained the changes in a note in the PR.

main
Robin Mills 5 years ago
parent cf9be2cc3b
commit 0889b4518f

@ -41,6 +41,7 @@ Exif.CanonCs.Quality Short 1 RAW
Exif.CanonCs.FlashMode Short 1 Off
Exif.CanonCs.DriveMode Short 1 Single / timer
Exif.CanonCs.FocusMode Short 1 AI servo AF
Exif.CanonCs.RecordMode Short 1 CRW+THM
Exif.CanonCs.ImageSize Short 1 Large
Exif.CanonCs.EasyMode Short 1 Manual
Exif.CanonCs.DigitalZoom Short 1 None
@ -155,6 +156,7 @@ Exif.CanonCs.Quality Short 1 RAW
Exif.CanonCs.FlashMode Short 1 Off
Exif.CanonCs.DriveMode Short 1 Single / timer
Exif.CanonCs.FocusMode Short 1 AI servo AF
Exif.CanonCs.RecordMode Short 1 CRW+THM
Exif.CanonCs.ImageSize Short 1 Large
Exif.CanonCs.EasyMode Short 1 Manual
Exif.CanonCs.DigitalZoom Short 1 None
@ -223,6 +225,7 @@ Exif.CanonCs.Quality Short 1 RAW
Exif.CanonCs.FlashMode Short 1 Off
Exif.CanonCs.DriveMode Short 1 Single / timer
Exif.CanonCs.FocusMode Short 1 AI servo AF
Exif.CanonCs.RecordMode Short 1 CRW+THM
Exif.CanonCs.ImageSize Short 1 Large
Exif.CanonCs.EasyMode Short 1 Manual
Exif.CanonCs.DigitalZoom Short 1 None

@ -201,7 +201,7 @@ Exif.CanonCs.DriveMode 0x0005 Makernote Short 1
Exif.CanonCs.0x0006 0x0006 Makernote Short 1 0
Exif.CanonCs.FocusMode 0x0007 Makernote Short 1 4
Exif.CanonCs.0x0008 0x0008 Makernote Short 1 0
Exif.CanonCs.0x0009 0x0009 Makernote Short 1 1
Exif.CanonCs.RecordMode 0x0009 Makernote Short 1 1
Exif.CanonCs.ImageSize 0x000a Makernote Short 1 0
Exif.CanonCs.EasyMode 0x000b Makernote Short 1 1
Exif.CanonCs.DigitalZoom 0x000c Makernote Short 1 0
@ -330,7 +330,7 @@ Exif.CanonCs.DriveMode 0x0005 Makernote Short 1
Exif.CanonCs.0x0006 0x0006 Makernote Short 1 0
Exif.CanonCs.FocusMode 0x0007 Makernote Short 1 4
Exif.CanonCs.0x0008 0x0008 Makernote Short 1 0
Exif.CanonCs.0x0009 0x0009 Makernote Short 1 1
Exif.CanonCs.RecordMode 0x0009 Makernote Short 1 1
Exif.CanonCs.ImageSize 0x000a Makernote Short 1 0
Exif.CanonCs.EasyMode 0x000b Makernote Short 1 1
Exif.CanonCs.DigitalZoom 0x000c Makernote Short 1 0
@ -460,7 +460,7 @@ Exif.CanonCs.DriveMode 0x0005 Makernote Short 1
Exif.CanonCs.0x0006 0x0006 Makernote Short 1 0
Exif.CanonCs.FocusMode 0x0007 Makernote Short 1 4
Exif.CanonCs.0x0008 0x0008 Makernote Short 1 0
Exif.CanonCs.0x0009 0x0009 Makernote Short 1 1
Exif.CanonCs.RecordMode 0x0009 Makernote Short 1 1
Exif.CanonCs.ImageSize 0x000a Makernote Short 1 0
Exif.CanonCs.EasyMode 0x000b Makernote Short 1 1
Exif.CanonCs.DigitalZoom 0x000c Makernote Short 1 0
@ -590,7 +590,7 @@ Exif.CanonCs.DriveMode 0x0005 Makernote Short 1
Exif.CanonCs.0x0006 0x0006 Makernote Short 1 0
Exif.CanonCs.FocusMode 0x0007 Makernote Short 1 4
Exif.CanonCs.0x0008 0x0008 Makernote Short 1 0
Exif.CanonCs.0x0009 0x0009 Makernote Short 1 1
Exif.CanonCs.RecordMode 0x0009 Makernote Short 1 1
Exif.CanonCs.ImageSize 0x000a Makernote Short 1 0
Exif.CanonCs.EasyMode 0x000b Makernote Short 1 1
Exif.CanonCs.DigitalZoom 0x000c Makernote Short 1 0

File diff suppressed because one or more lines are too long

@ -43,6 +43,7 @@ Exif.CanonCs.Quality Short 1 Superfine
Exif.CanonCs.FlashMode Short 1 Auto
Exif.CanonCs.DriveMode Short 1 Single / timer
Exif.CanonCs.FocusMode Short 1 Single
Exif.CanonCs.RecordMode Short 1 JPEG
Exif.CanonCs.ImageSize Short 1 Large
Exif.CanonCs.EasyMode Short 1 Manual
Exif.CanonCs.DigitalZoom Short 1 None

@ -48,6 +48,8 @@ Exif.Canon.AFYPositions SShort 63 547 625 625 625 625
Exif.Canon.AFPointsInFocus Short 4 25
Exif.Canon.AFPointsSelected Short 4 25
Exif.Canon.AFPointsUnusable Short 4 (none)
Exif.Canon.AFMicroAdj Long 11 44 2 0 10 4294967295 0 10 0 10 0 10
Exif.Canon.AFConfig Long 20 80 4 0 0 1 0 0 0 0 1 0 1 32639 1 0 1 0 0 0 2
""","""0x2602 Canon AFNumPoints SShort 1 63
0x2603 Canon AFValidPoints SShort 1 61
0x260c Canon AFPointsInFocus Short 4 0 560 57344 0

@ -58,7 +58,7 @@ Exif.CanonCs.DriveMode Short 1 Single / timer
Exif.CanonCs.0x0006 Short 1 0
Exif.CanonCs.FocusMode Short 1 Single
Exif.CanonCs.0x0008 Short 1 0
Exif.CanonCs.0x0009 Short 1 1
Exif.CanonCs.RecordMode Short 1 JPEG
Exif.CanonCs.ImageSize Short 1 Large
Exif.CanonCs.EasyMode Short 1 Manual
Exif.CanonCs.DigitalZoom Short 1 None

Loading…
Cancel
Save