mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
Removed SynchronizedDatabaseComponent.
LockFairnessTest passes on Windows, Mac and Linux, so it's safe to use ReadWriteLockDatabaseComponent on all those platforms. We can revisit this issue for Android if necessary, but for now it's a waste of effort to have two parallel implementations.
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
<test name='net.sf.briar.db.DatabaseCleanerImplTest'/>
|
||||
<test name='net.sf.briar.db.H2DatabaseTest'/>
|
||||
<test name='net.sf.briar.db.ReadWriteLockDatabaseComponentTest'/>
|
||||
<test name='net.sf.briar.db.SynchronizedDatabaseComponentTest'/>
|
||||
<test name='net.sf.briar.i18n.FontManagerTest'/>
|
||||
<test name='net.sf.briar.i18n.I18nTest'/>
|
||||
<test name='net.sf.briar.invitation.InvitationWorkerTest'/>
|
||||
|
||||
Reference in New Issue
Block a user