mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +01:00
Javadocs and unit tests, God help me.
This commit is contained in:
@@ -22,7 +22,7 @@ public class SetupWorkerTest extends TestCase {
|
||||
|
||||
private static final int HEADER_SIZE = 1234;
|
||||
|
||||
private final File testDir = new File("test.tmp");
|
||||
private final File testDir = TestUtils.getTestDirectory();
|
||||
private final File jar = new File(testDir, "test.jar");
|
||||
|
||||
@Before
|
||||
|
||||
Reference in New Issue
Block a user