exiv2/tests
Robin Mills e1889e39bd Fixing tests. test_issue_981.py is now running all 6 commands. The output Key has correctly changed. The type and value are wrong.
```bash
730 rmills@rmillsmm-local:~/gnu/github/exiv2/update_canon_tags_2/build $ env DYLD_LIBRARY_PATH=$PWD/lib bin/exiv2 -g InfoSize ../test/data/*981*a.exv
Exif.CanonAf2Id.AFInfoSize                   SLong       1  131168
731 rmills@rmillsmm-local:~/gnu/github/exiv2/update_canon_tags_2/build $ exiv2 -g InfoSize ../test/data/*981*a.exv
Exif.Canon.AFInfoSize                        SShort      1  96
732 rmills@rmillsmm-local:~/gnu/github/exiv2/update_canon_tags_2/build $
```
2022-02-14 16:29:59 +01:00
..
bash_tests move test_regression_allfiles.py into its own subdirectory and add the test to cmakelists.txt 2022-02-13 22:46:54 +01:00
bugfixes Fixing tests. test_issue_981.py is now running all 6 commands. The output Key has correctly changed. The type and value are wrong. 2022-02-14 16:29:59 +01:00
lens_tests Improve config file platform test 2021-12-20 11:13:33 +01:00
regression_tests move test_regression_allfiles.py into its own subdirectory and add the test to cmakelists.txt 2022-02-13 22:46:54 +01:00
tiff_test Move all tests depending on sample applications to bash_tests 2022-02-09 22:19:49 +01:00
__init__.py Added replacement for the current regression test suite 2018-01-05 00:42:45 +01:00
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 Forgive "SHORT or LONG" tags. Add test code. 2021-06-24 09:49:22 +01:00
system_tests.py Spelling (#2067) 2022-02-04 08:53:04 +01:00