Update Geary.ImapEngine classes to implement Geary.Logging.Source
This commit is contained in:
parent
9884cd2e6c
commit
dc665d20dd
4 changed files with 60 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue