You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pino Toscano 5f4ffdd483 tests: fix parsing w/ path containing "-pa" or "-pS"
The OutputTagExtract test case for tiff_test runs exiv2 two times,
with "-pa" and "-pS", and parses their outputs. To know which output to
parse, it checks for "-pa" and "-pS" in the string of the command being
run; considering that the command string contains the full path to the
test data, which is a subdirectory of the sources, this means that a
wrong parser will be used in case the full source path contains any of
"-pa" or "-pS" (e.g. "/build/some-path/exiv2/...").

Cheap fix for this: since "-pa"/"-pS" are options in the command string,
check for them using spaces around.
2 years ago
..
bash_tests three Nikon keys added to easyaccess 2 years ago
bugfixes Regression test for https://github.com/Exiv2/exiv2/security/advisories/GHSA-hrw9-ggg3-3r4r 2 years ago
lens_tests Improve config file platform test 4 years ago
regression_tests Regression test for https://github.com/Exiv2/exiv2/security/advisories/GHSA-hrw9-ggg3-3r4r 2 years ago
tiff_test tests: fix parsing w/ path containing "-pa" or "-pS" 2 years ago
README-TESTS.md Update `README-TESTS.md` with test file policy 3 years ago
__init__.py Added replacement for the current regression test suite 8 years ago
requirements.txt Refactor stringto-test.sh to stringto_test() 5 years ago
runner.py make runner.py executable 2 years ago
suite.conf Adapt tests to changes in JP2 3 years ago
system_tests.py Spelling (#2067) 3 years ago