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

--no commit message

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