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

@@ -97,6 +97,6 @@ public class I18nTest extends TestCase {
public void tearDown() {
TestUtils.delete(base);
TestUtils.delete(french);
TestUtils.deleteTestDirectories();
TestUtils.deleteTestDirectory(testDir);
}
}