Other Relevant Links (Mailing list discussion, related pull requests, etc.)
What does this Pull Request do?
In the fits.xml configuration file(s) the jypylyzer tool has been moved above the JHOVE tool so that jpylyzer output for JPEG 2000 (jp2) files takes precedence. Expected output files for tests have been updated to reflect this change.
How should this be tested?
Run the test suite from a Docker container as described in README.md.
build FITS without running tests - mvn clean package -DskipTests
Resolves Issue: LIBDRS-9064
What does this Pull Request do?
In the fits.xml configuration file(s) the jypylyzer tool has been moved above the JHOVE tool so that jpylyzer output for JPEG 2000 (jp2) files takes precedence. Expected output files for tests have been updated to reflect this change.
How should this be tested?
Run the test suite from a Docker container as described in README.md.
mvn clean package -DskipTests
docker build -f docker/Dockerfile-test -t fits-test .
docker run --rm -v
pwd:/fits -v ~/.m2:/root/.m2 fits-test mvn clean test
Test coverage
Yes/No: Are changes in this pull-request covered by:
Interested parties
@pwinckles @awoods @cvicary