Make ServiceInformation.mediator a required, read-only property.
This commit is contained in:
parent
054d53a498
commit
acac68afed
5 changed files with 25 additions and 22 deletions
|
|
@ -13,7 +13,7 @@ public class Geary.MockServiceInformation : ServiceInformation, MockObject {
|
|||
}
|
||||
|
||||
public MockServiceInformation() {
|
||||
base(Protocol.IMAP);
|
||||
base(Protocol.IMAP, new MockCredentialsMediator());
|
||||
}
|
||||
|
||||
public override Geary.ServiceInformation temp_copy() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue