Update Geary.ImapEngine classes to implement Geary.Logging.Source

This commit is contained in:
Michael Gratton 2019-12-02 16:31:42 +11:00
parent 9884cd2e6c
commit dc665d20dd
4 changed files with 60 additions and 34 deletions

View file

@ -71,7 +71,7 @@ public class Geary.ImapEngine.AccountProcessorTest : TestCase {
new RFC822.MailboxAddress(null, "test1@example.com")
);
this.account = new Geary.MockAccount(this.info);
this.processor = new AccountProcessor("processor");
this.processor = new AccountProcessor();
this.succeeded = 0;
this.failed = 0;