Unit tests for i18n component.

This commit is contained in:
akwizgran
2011-07-01 13:11:59 +01:00
parent a5bb959635
commit 6384256c06
7 changed files with 125 additions and 11 deletions

View File

@@ -13,7 +13,8 @@
<path refid='test-classes'/>
<path refid='util-classes'/>
</classpath>
<test name='net.sf.briar.i18n.FontManagerImplTest'/>
<test name='net.sf.briar.i18n.FontManagerTest'/>
<test name='net.sf.briar.i18n.I18nTest'/>
<test name='net.sf.briar.invitation.InvitationWorkerTest'/>
<test name='net.sf.briar.setup.SetupWorkerTest'/>
<test name='net.sf.briar.util.FileUtilsTest'/>