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 CurrencyListTest when locale is not en_US #2264

Merged
merged 1 commit into from
Jan 14, 2019

Commits on Jan 14, 2019

  1. Fix CurrencyListTest when locale is not en_US

    When declaring a fiat currency and only providing the currency code,
    it uses the system locale to get the currency display name.
    This potentially causes different sorting results in
    testUpdateWhenNotSortNumerically when locale is not en_US.
    
    Now, it specifies the en_US locale when defining the fiat currencies
    for this test.
    
    Fixes bisq-network#2259
    devinbileck committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    7a16b3f View commit details
    Browse the repository at this point in the history