mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Allow to decide whether test contacts should have alias
This commit is contained in:
@@ -116,7 +116,7 @@ public class SetupDataTest extends ScreenshotTest {
|
||||
throws DbException {
|
||||
Context ctx = getApplicationContext();
|
||||
String bobName = ctx.getString(R.string.screenshot_bob);
|
||||
Contact bob = testDataCreator.addContact(bobName, true);
|
||||
Contact bob = testDataCreator.addContact(bobName, false, true);
|
||||
|
||||
// TODO add messages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user