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

Unicode-Tests are partially local-dependent #197

Closed
Akron opened this issue Mar 7, 2023 · 1 comment
Closed

Unicode-Tests are partially local-dependent #197

Akron opened this issue Mar 7, 2023 · 1 comment
Assignees
Labels

Comments

@Akron
Copy link
Member

Akron commented Mar 7, 2023

In a server environment (head-01) the test suite returns the following error:

t/plugin/auth-oauth.t .......... 43/? 
#   Failed test 'exact match for attribute "title" at selector "a.logout"'
#   at t/plugin/auth-oauth.t line 472.
#          got: 'Logout: t�st'
#     expected: 'Logout: täst'
t/plugin/auth-oauth.t .......... 394/? # Looks like you failed 1 test of 581.
t/plugin/auth-oauth.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/581 subtests 
t/plugin/conllu2korapxml.t ..... ok   

$LANG is correctly set to de_DE.UTF-8 and the test script uses UTF-8. So there may be a problem with the file encoding.

@Akron
Copy link
Member Author

Akron commented Mar 22, 2023

This now breaks CI and can therefore be considered urgent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants