mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 07:09:56 +01:00
Renamed DatabaseComponentTest.
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
<test name='org.briarproject.data.ReaderImplTest'/>
|
<test name='org.briarproject.data.ReaderImplTest'/>
|
||||||
<test name='org.briarproject.data.WriterImplTest'/>
|
<test name='org.briarproject.data.WriterImplTest'/>
|
||||||
<test name='org.briarproject.db.BasicH2Test'/>
|
<test name='org.briarproject.db.BasicH2Test'/>
|
||||||
<test name='org.briarproject.db.DatabaseComponentTest'/>
|
<test name='org.briarproject.db.DatabaseComponentImplTest'/>
|
||||||
<test name='org.briarproject.db.ExponentialBackoffTest'/>
|
<test name='org.briarproject.db.ExponentialBackoffTest'/>
|
||||||
<test name='org.briarproject.lifecycle.ShutdownManagerImplTest'/>
|
<test name='org.briarproject.lifecycle.ShutdownManagerImplTest'/>
|
||||||
<test name='org.briarproject.lifecycle.WindowsShutdownManagerImplTest'/>
|
<test name='org.briarproject.lifecycle.WindowsShutdownManagerImplTest'/>
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ import static org.junit.Assert.assertNotNull;
|
|||||||
import static org.junit.Assert.assertNull;
|
import static org.junit.Assert.assertNull;
|
||||||
import static org.junit.Assert.fail;
|
import static org.junit.Assert.fail;
|
||||||
|
|
||||||
public class DatabaseComponentTest extends BriarTestCase {
|
public class DatabaseComponentImplTest extends BriarTestCase {
|
||||||
|
|
||||||
protected final Object txn = new Object();
|
protected final Object txn = new Object();
|
||||||
protected final GroupId groupId;
|
protected final GroupId groupId;
|
||||||
@@ -85,7 +85,7 @@ public class DatabaseComponentTest extends BriarTestCase {
|
|||||||
protected final ContactId contactId;
|
protected final ContactId contactId;
|
||||||
protected final Contact contact;
|
protected final Contact contact;
|
||||||
|
|
||||||
public DatabaseComponentTest() {
|
public DatabaseComponentImplTest() {
|
||||||
groupId = new GroupId(TestUtils.getRandomId());
|
groupId = new GroupId(TestUtils.getRandomId());
|
||||||
group = new Group(groupId, "Group", new byte[GROUP_SALT_LENGTH]);
|
group = new Group(groupId, "Group", new byte[GROUP_SALT_LENGTH]);
|
||||||
authorId = new AuthorId(TestUtils.getRandomId());
|
authorId = new AuthorId(TestUtils.getRandomId());
|
||||||
Reference in New Issue
Block a user