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

Formatting

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