Failing tests
oscarguindzberg opened this issue · 0 comments
oscarguindzberg commented
These tests fail on bisq's bitcoinj fork and need to be a) fixed or b) ignored and documented.
PeerTest
- Fails because of oscarguindzberg@f76a9da
- writeTarget.writeBytes() is used to check the connection was in fact closed. Implementation before bisq change used to throw an exception if connection was already closed.
DeterministicKeyChainTest
- Ignored here oscarguindzberg@7712e3a
- Fails becauses protobuf java was upgraded from 2.6.1 to 3.2.0 here oscarguindzberg@1c36ff9