提交 9f3eec27 authored 作者: Thomas Mueller's avatar Thomas Mueller

Fixing the unit test.

上级 c227be84
......@@ -25,15 +25,17 @@ public class TestClearReferences extends TestBase {
private static final String[] KNOWN_REFRESHED = {
"org.h2.compress.CompressLZF.cachedHashTable",
"org.h2.util.DateTimeUtils.cachedCalendar",
"org.h2.util.StringUtils.softCache",
"org.h2.value.Value.softCache",
"org.h2.constant.DbSettings.defaultSettings",
"org.h2.engine.SessionRemote.sessionFactory",
"org.h2.jdbcx.JdbcDataSourceFactory.cachedTraceSystem",
"org.h2.store.fs.FileSystem.tempRandom",
"org.h2.tools.CompressTool.cachedBuffer",
"org.h2.util.NetUtils.cachedLocalAddress",
"org.h2.util.DateTimeUtils.cachedCalendar",
"org.h2.util.MathUtils.cachedSecureRandom",
"org.h2.util.NetUtils.cachedLocalAddress",
"org.h2.util.StringUtils.softCache",
"org.h2.value.CompareMode.lastUsed",
"org.h2.store.fs.FileSystem.tempRandom",
"org.h2.value.Value.softCache",
};
private boolean hasError;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论