[bisq-network/bisq] List LitecoinZ (LTZ) (#2221)

Mark LTZ notifications at github.com
Wed Jan 9 10:24:20 UTC 2019


LitecoinZ commented on this pull request.



> @@ -124,7 +124,7 @@ public void testGetUniqueListOfCryptoCurrencies() {
 
         preferences.readPersisted();
 
-        assertEquals(13, preferences.getCryptoCurrenciesAsObservable().size());
+        assertEquals(14, preferences.getCryptoCurrenciesAsObservable().size());

Why? If I do not modify this value build will fail:

Without changes:

```
$ ./gradlew build
........
bisq.core.user.PreferencesTest > testGetUniqueListOfCryptoCurrencies FAILED
    java.lang.AssertionError at PreferencesTest.java:127
14:50:14.799 [OpenOfferManager.ShutDownHook] DEBUG bisq.core.offer.OpenOfferManager - remove all open offers at shutDown
14:50:14.799 [OpenOfferManager.ShutDownHook] DEBUG bisq.core.offer.OpenOfferManager - remove all open offers at shutDown
14:50:14.799 [OpenOfferManager.ShutDownHook] DEBUG bisq.core.offer.OpenOfferManager - remove all open offers at shutDown

95 tests completed, 1 failed, 6 skipped

> Task :core:test FAILED

FAILURE: Build failed with an exception.
........
BUILD FAILED in 1m 43s
24 actionable tasks: 24 executed
```

After changing it:

```
$ ./gradlew build
........
BUILD SUCCESSFUL in 2m 1s
74 actionable tasks: 52 executed, 22 up-to-date
```

-- 
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/pull/2221#discussion_r246328493
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190109/3f5574b1/attachment.html>


More information about the bisq-github mailing list