提交 2cb5a2a5 authored 作者: Thomas Mueller's avatar Thomas Mueller

Remove unused parameter

上级 62babe31
...@@ -35,10 +35,8 @@ public class TestFileLockSerialized extends TestBase { ...@@ -35,10 +35,8 @@ public class TestFileLockSerialized extends TestBase {
public void test() throws Exception { public void test() throws Exception {
println("testWrongDatabaseInstanceOnReconnect"); println("testWrongDatabaseInstanceOnReconnect");
testWrongDatabaseInstanceOnReconnect(); testWrongDatabaseInstanceOnReconnect();
println("testCache(false)"); println("testCache()");
testCache(false); testCache();
println("testCache(true)");
testCache(true);
println("testBigDatabase(false)"); println("testBigDatabase(false)");
testBigDatabase(false); testBigDatabase(false);
println("testBigDatabase(true)"); println("testBigDatabase(true)");
...@@ -369,10 +367,8 @@ public class TestFileLockSerialized extends TestBase { ...@@ -369,10 +367,8 @@ public class TestFileLockSerialized extends TestBase {
/** /**
* Caches must be cleared. Session.reconnect only closes the DiskFile (which is * Caches must be cleared. Session.reconnect only closes the DiskFile (which is
* associated with the cache) if there is one session * associated with the cache) if there is one session
*
* @throws Exception
*/ */
private void testCache(boolean reconnectClearCache) throws Exception { private void testCache() throws Exception {
deleteDb("fileLockSerialized"); deleteDb("fileLockSerialized");
String urlShared = "jdbc:h2:" + baseDir + "/fileLockSerialized;FILE_LOCK=SERIALIZED"; String urlShared = "jdbc:h2:" + baseDir + "/fileLockSerialized;FILE_LOCK=SERIALIZED";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论