提交 02b7615e authored 作者: Noel Grandin's avatar Noel Grandin

no need for this init() method

since the test() method already ignores anything except pagestore
上级 027953c5
...@@ -26,13 +26,6 @@ public class RecoverLobTest extends TestBase { ...@@ -26,13 +26,6 @@ public class RecoverLobTest extends TestBase {
TestBase.createCaller().init().test(); TestBase.createCaller().init().test();
} }
@Override
public TestBase init() throws Exception {
TestBase tb = super.init();
config.mvStore = false;
return tb;
}
@Override @Override
public void test() throws Exception { public void test() throws Exception {
if (config.mvStore || config.memory) { if (config.mvStore || config.memory) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论