Renamed DatabaseComponentTest.

This commit is contained in:
akwizgran
2015-12-16 11:58:47 +00:00
parent 6e61504d24
commit 60a5b28e57
2 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@
<test name='org.briarproject.data.ReaderImplTest'/>
<test name='org.briarproject.data.WriterImplTest'/>
<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.lifecycle.ShutdownManagerImplTest'/>
<test name='org.briarproject.lifecycle.WindowsShutdownManagerImplTest'/>

View File

@@ -64,7 +64,7 @@ import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.fail;
public class DatabaseComponentTest extends BriarTestCase {
public class DatabaseComponentImplTest extends BriarTestCase {
protected final Object txn = new Object();
protected final GroupId groupId;
@@ -85,7 +85,7 @@ public class DatabaseComponentTest extends BriarTestCase {
protected final ContactId contactId;
protected final Contact contact;
public DatabaseComponentTest() {
public DatabaseComponentImplTest() {
groupId = new GroupId(TestUtils.getRandomId());
group = new Group(groupId, "Group", new byte[GROUP_SALT_LENGTH]);
authorId = new AuthorId(TestUtils.getRandomId());