Merge branch '757-remove-deviceid-code' into 'master'

Remove Device ID

Closes #757

See merge request !423
This commit is contained in:
akwizgran
2016-11-18 15:54:28 +00:00
9 changed files with 6 additions and 82 deletions

View File

@@ -1658,7 +1658,7 @@ public class H2DatabaseTest extends BriarTestCase {
private Database<Connection> open(boolean resume) throws Exception {
Database<Connection> db = new H2Database(new TestDatabaseConfig(testDir,
MAX_SIZE), new SecureRandom(), new SystemClock());
MAX_SIZE), new SystemClock());
if (!resume) TestUtils.deleteTestDirectory(testDir);
db.open();
return db;