mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-23 08:09:54 +01:00
Fixed test expectations.
This commit is contained in:
@@ -27,6 +27,8 @@ public class PluginManagerImplTest extends TestCase {
|
|||||||
will(returnValue(new TransportProperties()));
|
will(returnValue(new TransportProperties()));
|
||||||
allowing(db).getRemoteProperties(with(any(TransportId.class)));
|
allowing(db).getRemoteProperties(with(any(TransportId.class)));
|
||||||
will(returnValue(new TransportProperties()));
|
will(returnValue(new TransportProperties()));
|
||||||
|
allowing(db).setLocalProperties(with(any(TransportId.class)),
|
||||||
|
with(any(TransportProperties.class)));
|
||||||
}});
|
}});
|
||||||
Executor executor = new ImmediateExecutor();
|
Executor executor = new ImmediateExecutor();
|
||||||
Poller poller = new PollerImpl();
|
Poller poller = new PollerImpl();
|
||||||
|
|||||||
Reference in New Issue
Block a user