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

tests: Stop using ghostscript in tests #366

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Conversation

wjt
Copy link
Contributor

@wjt wjt commented Apr 27, 2023

One of the tests exercises the ability to use parsed components of versions in URL patterns.

Ghostscript uses version numbers of the form 10.01.0. Since the components are treated as digits, the $version1 variable is set to "1" not "01", and so this test fails.

See #360.

To work around this bug to unbreak the test suite, switch to a different module.

I think this will unblock #361.

One of the tests exercises the ability to use parsed components of
versions in URL patterns.

Ghostscript uses version numbers of the form 10.01.0. Since the
components are treated as digits, the $version1 variable is set to "1"
not "01", and so this test fails.

See #360.

To work around this bug to unbreak the test suite, switch to a different
module.
@coveralls
Copy link

Coverage Status

Coverage: 91.884%. Remained the same when pulling 5d1bab5 on fix-anityachecker-test into b3f8e8a on master.

@wjt wjt merged commit 8c35fe7 into master Apr 27, 2023
@wjt wjt deleted the fix-anityachecker-test branch April 27, 2023 11:38
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.

2 participants