Remove Device ID

This commit is contained in:
Torsten Grote
2016-11-18 12:27:47 -02:00
parent cb8e0beea9
commit 1697c2af04
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;