提交 e5d9f954 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 0a7566c2
......@@ -248,7 +248,7 @@ java org.h2.test.TestAll timer
* Whether to use the MVStore.
*/
public boolean mvStore;
/**
* Whether the test is running with code coverage.
*/
......@@ -510,7 +510,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
* Run the tests with a number of different settings.
*/
private void runTests() throws SQLException {
coverage = isCoverage();
{}
......@@ -576,10 +576,10 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
memory = true;
test();
}
/**
* Check whether this method is running with "Emma" code coverage turned on.
*
*
* @return true if the stack trace contains ".emma."
*/
private static boolean isCoverage() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论