[bisq-network/bisq] Build failed at test stage: testUpdateWhenNotSortNumerically (#1562)

Vincas Dargis notifications at github.com
Sat Jan 12 15:10:33 UTC 2019


@ManfredKarrer I got this when building `v0.9.3` on Ubuntu 18.04 amd64 VM with:
```
$ apt show openjdk-11-jdk
Package: openjdk-11-jdk
Version: 10.0.2+13-1ubuntu0.18.04.4
```

Error:
```
bisq.desktop.util.CurrencyListTest > testUpdateWhenNotSortNumerically FAILED                                                    
    java.lang.AssertionError: expected:<[CurrencyListItem{tradeCurrency=FiatCurrency(currency=RUR), numTrades=1}, CurrencyListItem{tradeCurrency=FiatCurrency(currency=USD), numTrades=2}, CurrencyListItem{
tradeCurrency=TradeCurrency(code=BTC, name=Bitcoin), numTrades=1}, CurrencyListItem{tradeCurrency=TradeCurrency(code=ETH, name=Ether), numTrades=2}]> but was:<[CurrencyListItem{tradeCurrency=FiatCurrency(
currency=USD), numTrades=2}, CurrencyListItem{tradeCurrency=FiatCurrency(currency=RUR), numTrades=1}, CurrencyListItem{tradeCurrency=TradeCurrency(code=BTC, name=Bitcoin), numTrades=1}, CurrencyListItem{t
radeCurrency=TradeCurrency(code=ETH, name=Ether), numTrades=2}]>                                             
        at org.junit.Assert.fail(Assert.java:88)                                                    
        at org.junit.Assert.failNotEquals(Assert.java:834)                                                      
        at org.junit.Assert.assertEquals(Assert.java:118)                                                        
        at org.junit.Assert.assertEquals(Assert.java:144)                                                                            
        at bisq.desktop.util.CurrencyListTest.testUpdateWhenNotSortNumerically(CurrencyListTest.java:106)
```

My system's locale is `lt_LT.UTF-8`. Using `LC_ALL=en_US` fixes the problem.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/1562#issuecomment-453754849
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190112/ac67a041/attachment.html>


More information about the bisq-github mailing list