提交 abaf115b authored 作者: Noel Grandin's avatar Noel Grandin

re-enable some pagestore testing

at some point I managed to remove the pagestore testing, put it back
上级 6641518a
......@@ -642,6 +642,14 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
test();
testUnit();
// basic pagestore testing
memory = false;
multiThreaded = false;
mvStore = false;
test();
testUnit();
mvStore = true;
memory = true;
multiThreaded = false;
networked = true;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论