-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Minor) Additional unit tests and fixes for injection (or previously …
…untested) issues. (#464) * Tiff remove c2pa was removing all the rest of the asset * PNG - add size of header when overwriting existing XMP * Fix logic when adding provenance to existing XMP handled self closing tags better * (MINOR) Add String parameter to XMP Errors * Consistently inject XMP header and use same segment location for existing XMP * Refactor to add more external manifest unit tests * Refactor into individual streams tests and add remote_reference tests where possible. Note: on some formats c2pa manifests fail to be removed. On others XMP write is supposed to be implemented but read does not work. These errors are bypassed for now but should be followed up with issues * Add a bunch of allow dead_code to get around new WASM clippy warnings. Deferring a better for this until a later PR * A bunch of new clippy warnings fixed. * clippy unrwap_used inner/outer changes * more extreme clippy checks for dead code in certain builds
- Loading branch information
Showing
19 changed files
with
323 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.