Fixed a race condition: start the monitor before creating files.

This commit is contained in:
akwizgran
2011-10-05 14:09:43 +01:00
parent a773bbc320
commit 2ce8d2a418
2 changed files with 5 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
<path refid='test-classes'/>
<path refid='util-classes'/>
</classpath>
<jvmarg value='-Djava.library.path=../lib'/>
<test name='net.sf.briar.LockFairnessTest'/>
<test name='net.sf.briar.ProtocolIntegrationTest'/>
<test name='net.sf.briar.crypto.CounterModeTest'/>