Improved labeler to cover all cases, and fixed when labels are set while sending (outbox vs sent)

Removed message callback with both didn't work and is obsolete (use a labeler descendant)
This commit is contained in:
2016-04-29 15:29:22 +02:00
parent 8df42a6cf0
commit ea2cd7bf53
9 changed files with 58 additions and 170 deletions

View File

@ -56,7 +56,6 @@ public class BitmessageContextTest {
.cryptography(new BouncyCryptography())
.inventory(mock(Inventory.class))
.listener(listener)
.messageCallback(mock(MessageCallback.class))
.messageRepo(mock(MessageRepository.class))
.networkHandler(mock(NetworkHandler.class))
.nodeRegistry(mock(NodeRegistry.class))