提交 446f59df authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 72fc9c62
......@@ -114,7 +114,10 @@ public class TestLob extends TestBase {
}
in.close();
if (len > 0) {
error("Error expected; len=" + len);
// in Linux, it seems it is still possible to read in files even if they are deleted
if(System.getProperty("os.name").indexOf("Windows") > 0) {
error("Error expected; len=" + len);
}
}
} catch (SQLException e) {
checkNotGeneralException(e);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论