Refactored exponential backoff code out of JdbcDatabase and added tests.

This commit is contained in:
akwizgran
2013-02-06 23:51:23 +00:00
parent 379d6ed220
commit 3af077a4d8
4 changed files with 96 additions and 13 deletions

View File

@@ -77,6 +77,7 @@
<test name='net.sf.briar.db.BasicH2Test'/>
<test name='net.sf.briar.db.DatabaseCleanerImplTest'/>
<test name='net.sf.briar.db.DatabaseComponentImplTest'/>
<test name='net.sf.briar.db.ExponentialBackoffTest'/>
<test name='net.sf.briar.lifecycle.ShutdownManagerImplTest'/>
<test name='net.sf.briar.lifecycle.WindowsShutdownManagerImplTest'/>
<test name='net.sf.briar.messaging.ConstantsTest'/>