We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This test always fails.
It seems that the string read from the file is not in correct encoding.
error: ru.orangesoftware.financisto.backup.LegacyDatabaseRestoreTest > should_restore_titles_for_attributes_and_locations FAILED java.lang.RuntimeException Caused by: java.lang.RuntimeException Caused by: java.lang.AssertionError at LegacyDatabaseRestoreTest.java:242
my system locale: LANG=zh_TW.utf8 LANGUAGE= LC_CTYPE="zh_TW.utf8" LC_NUMERIC="zh_TW.utf8" LC_TIME="zh_TW.utf8" LC_COLLATE="zh_TW.utf8" LC_MONETARY="zh_TW.utf8" LC_MESSAGES="zh_TW.utf8" LC_PAPER="zh_TW.utf8" LC_NAME="zh_TW.utf8" LC_ADDRESS="zh_TW.utf8" LC_TELEPHONE="zh_TW.utf8" LC_MEASUREMENT="zh_TW.utf8" LC_IDENTIFICATION="zh_TW.utf8" LC_ALL=
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This test always fails.
It seems that the string read from the file is not in correct encoding.
error:
ru.orangesoftware.financisto.backup.LegacyDatabaseRestoreTest > should_restore_titles_for_attributes_and_locations FAILED
java.lang.RuntimeException
Caused by: java.lang.RuntimeException
Caused by: java.lang.AssertionError at LegacyDatabaseRestoreTest.java:242
my system locale:
LANG=zh_TW.utf8
LANGUAGE=
LC_CTYPE="zh_TW.utf8"
LC_NUMERIC="zh_TW.utf8"
LC_TIME="zh_TW.utf8"
LC_COLLATE="zh_TW.utf8"
LC_MONETARY="zh_TW.utf8"
LC_MESSAGES="zh_TW.utf8"
LC_PAPER="zh_TW.utf8"
LC_NAME="zh_TW.utf8"
LC_ADDRESS="zh_TW.utf8"
LC_TELEPHONE="zh_TW.utf8"
LC_MEASUREMENT="zh_TW.utf8"
LC_IDENTIFICATION="zh_TW.utf8"
LC_ALL=
The text was updated successfully, but these errors were encountered: