Unit tests for H2Database.

This commit is contained in:
akwizgran
2011-07-04 16:06:10 +01:00
parent 6384256c06
commit 390b316724
13 changed files with 646 additions and 20 deletions

View File

@@ -166,6 +166,6 @@ public class SetupWorkerTest extends TestCase {
@After
public void tearDown() {
TestUtils.deleteTestDirectories();
TestUtils.deleteTestDirectory(testDir);
}
}