提交 7e72fa31 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 6b871e87
...@@ -23,6 +23,7 @@ import java.util.ArrayList; ...@@ -23,6 +23,7 @@ import java.util.ArrayList;
import org.h2.jdbc.JdbcConnection; import org.h2.jdbc.JdbcConnection;
import org.h2.message.TraceSystem; import org.h2.message.TraceSystem;
import org.h2.store.FileLock; import org.h2.store.FileLock;
import org.h2.store.fs.FileSystem;
import org.h2.tools.DeleteDbFiles; import org.h2.tools.DeleteDbFiles;
/** /**
...@@ -106,6 +107,8 @@ public abstract class TestBase { ...@@ -106,6 +107,8 @@ public abstract class TestBase {
init(conf); init(conf);
start = System.currentTimeMillis(); start = System.currentTimeMillis();
test(); test();
FileSystem.getInstance("memFS:").deleteRecursive("memFS:");
FileSystem.getInstance("memLZF:").deleteRecursive("memLZF:");
println(""); println("");
} catch (Throwable e) { } catch (Throwable e) {
println("FAIL " + e.toString()); println("FAIL " + e.toString());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论