Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the checksum tests for generated GAT images #360

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

rdw-software
Copy link
Member

The tests actually try to assert that the generated PNG bytes are identical, but this isn't the case when running them on M1-based macOS systems. It also doesn't really make sense; only the image contents should be validated and not the on-disk representation.

The fact that this worked at all is likely a happy accident.

The tests actually try to assert that the generated PNG bytes are identical, but this isn't the case when running them on M1-based macOS systems. It also doesn't really make sense; only the image contents should be validated and not the on-disk representation.

The fact that this worked at all is likely a happy accident.
@rdw-software rdw-software merged commit c24e8cd into main Feb 3, 2024
5 checks passed
@rdw-software rdw-software deleted the checksum-computation-fix branch February 4, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant