More unit tests.

This commit is contained in:
akwizgran
2011-06-22 17:09:49 +01:00
parent dad1b4fcb9
commit eaf52f57e7
2 changed files with 15 additions and 2 deletions

View File

@@ -137,6 +137,9 @@ public class SetupWorkerTest extends TestCase {
assertTrue(fooTtf.isFile());
assertEquals("three three three".length(), fooTtf.length());
assertFalse(fooXyz.exists());
assertTrue(new File(testDir, "Briar/run-windows.vbs").exists());
assertTrue(new File(testDir, "Briar/run-mac.command").exists());
assertTrue(new File(testDir, "Briar/run-linux.sh").exists());
}
private void createJar() throws IOException {