exiv2/tests
Peter 9dc34ad39c
Update Sony(1|2) tags (#2323)
* Update Sony(1|2) group (minor Minolta changes)

Transcribe all tags (except for `LensID`) from main ExifTool Sony
group into Exiv2.
Changes include:
- Rename `ColorReproduction` -> `CreativeStyle` and
  `LongExposureNoiseReduction` -> `FocusMode3` to reflect use.
- Rename `0x*` tagnames to equivalent ExifTool tags (e.g.,
  `0x2006` -> `Sharpness`).
- Remove tag entries that are Groups (e.g., `ShotInfo`).
- Separate some common Sony/Minolta data as the camera types use
  different values (e.g., `Quality`)
- Additional `exiv2-Sony*.exv` test files come from ExifTool Sony
  samples (https://exiftool.org/Sony.tar.gz).

ExifTool Sony tags sources:
https://www.exiftool.org/TagNames/Sony.html
1e17485cbb/lib/Image/ExifTool/Sony.pm

* Improve coverage of `Sony(1|2)` group

* Fix clang compilation on macOS

* Fix github-code-scanning warnings

* Fix minor `Exif.Sony(1|2)` problems

* Fix tests and update `Sony(1|2)` group coverage

* Fix testing

* Minor fixes and regenerate Regression data

* Update Sony tags with `getModel()`

Make finding the Sony model more resilient by also using
`SonyModelID`.

* Fix `Exif.Sony(1|2).AFPointsUsed` type

* Improve `Exif.Sony(1|2).*` coverage

* Fix types in Sony func `getFocusMode()`

* Update Regression tests for `Sony(1|2)`

* Minor fixes to `Sony(1|2)` tags

* Update `Sony(1|2)` tag coverage

* Improve `Sony(1|2)` tag coverage

* Update easyaccess with `Exif.Sony(1|2)` tags

* Update `SonyModelID` array comment

* Add Sony `LensSpec` tag to easyaccess

* Update `Sony(1|2)` label/descriptions

* Update `int` to `size_t` (credit:@kevinbackhouse)

* Fix Windows build warning in `src/tags_int.hpp`
2022-09-27 09:26:26 +01:00
..
bash_tests Add tag description option to exiv2 app (#2279) 2022-07-12 15:31:43 +01:00
bugfixes Update Sony(1|2) tags (#2323) 2022-09-27 09:26:26 +01:00
lens_tests Improve config file platform test 2021-12-20 11:13:33 +01:00
regression_tests Merge pull request #2346 from kevinbackhouse/fix-issue-2345 2022-09-21 14:54:37 +01:00
tiff_test Move all tests depending on sample applications to bash_tests 2022-02-09 22:19:49 +01:00
__init__.py
README-TESTS.md Update README-TESTS.md with test file policy 2022-02-06 13:00:14 +00:00
requirements.txt Refactor stringto-test.sh to stringto_test() 2020-09-14 20:04:58 +08:00
runner.py Fixing VERBOSE in environment (args.verbose==2 when set. args.verbose==0 when not set). 2020-10-22 17:05:54 +01:00
suite.conf Adapt tests to changes in JP2 2022-03-18 14:44:25 +01:00
system_tests.py Spelling (#2067) 2022-02-04 08:53:04 +01:00