提交 2653329f authored 作者: Thomas Mueller's avatar Thomas Mueller

Fix test case.

上级 a566e6a0
...@@ -84,7 +84,7 @@ public class TestOpenClose extends TestBase { ...@@ -84,7 +84,7 @@ public class TestOpenClose extends TestBase {
c.write(ByteBuffer.wrap(new byte[1])); c.write(ByteBuffer.wrap(new byte[1]));
c.close(); c.close();
if (config.mvStore) { if (config.mvStore) {
assertThrows(ErrorCode.FILE_CORRUPTED_1, this).getConnection(url); assertThrows(ErrorCode.IO_EXCEPTION_1, this).getConnection(url);
} else { } else {
assertThrows(ErrorCode.IO_EXCEPTION_2, this).getConnection(url); assertThrows(ErrorCode.IO_EXCEPTION_2, this).getConnection(url);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论