提交 28bd6252 authored 作者: Noel Grandin's avatar Noel Grandin

fix testDatabaseUsingInMemoryFileSystem more

上级 d77615bb
......@@ -105,7 +105,8 @@ public class TestOutOfMemory extends TestBase {
} catch (SQLException e) {
int err = e.getErrorCode();
assertTrue(e.getMessage(), err == ErrorCode.GENERAL_ERROR_1
|| err == ErrorCode.OUT_OF_MEMORY);
|| err == ErrorCode.OUT_OF_MEMORY
|| err == ErrorCode.DATABASE_IS_CLOSED);
}
conn = DriverManager.getConnection(url);
stat = conn.createStatement();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论