Javadocs and unit tests.

This commit is contained in:
akwizgran
2011-07-01 12:07:00 +01:00
parent b29a024c2a
commit 0ed2a7c9e7
23 changed files with 235 additions and 59 deletions

View File

@@ -165,7 +165,7 @@ public class SetupWorkerTest extends TestCase {
}
@After
public void tearDown() throws IOException {
TestUtils.delete(testDir);
public void tearDown() {
TestUtils.deleteTestDirectories();
}
}