提交 490ce676 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 e56042e4
...@@ -69,10 +69,8 @@ public abstract class TestBase { ...@@ -69,10 +69,8 @@ public abstract class TestBase {
* *
* @return itself * @return itself
*/ */
public TestBase init() { public TestBase init() throws Exception {
baseDir = getTestDir(""); return init(new TestAll());
this.config = new TestAll();
return this;
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论