mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
s/transport details/transport properties/g
This commit is contained in:
@@ -744,10 +744,10 @@ public abstract class DatabaseComponentTest extends TestCase {
|
||||
allowing(database).commitTransaction(txn);
|
||||
allowing(database).containsContact(txn, contactId);
|
||||
will(returnValue(true));
|
||||
// Get the local transport details
|
||||
// Get the local transport properties
|
||||
oneOf(database).getTransports(txn);
|
||||
will(returnValue(transports));
|
||||
// Add the transports to the writer
|
||||
// Add the properties to the writer
|
||||
oneOf(transportWriter).writeTransports(transports);
|
||||
}});
|
||||
DatabaseComponent db = createDatabaseComponent(database, cleaner);
|
||||
|
||||
Reference in New Issue
Block a user