mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Retrieve all remote transports from the DB in a single call.
This commit is contained in:
@@ -139,7 +139,7 @@ public class InvitationWorkerTest extends TestCase {
|
||||
oneOf(params).getPassword();
|
||||
will(returnValue(new char[] {'x', 'y', 'z', 'z', 'y'}));
|
||||
oneOf(callback).encryptingFile(invitation);
|
||||
oneOf(database).getTransports();
|
||||
oneOf(database).getLocalTransports();
|
||||
will(returnValue(transports));
|
||||
oneOf(writerFactory).createWriter(with(any(OutputStream.class)));
|
||||
will(returnValue(writer));
|
||||
|
||||
Reference in New Issue
Block a user