未验证 提交 349e14a7 编写于 作者: Y Yang Zhao 提交者: GitHub

Update TimestampPrecisionInNanoInJniTest.java

上级 9b4f437d
...@@ -71,7 +71,7 @@ public class TimestampPrecisionInNanoInJniTest { ...@@ -71,7 +71,7 @@ public class TimestampPrecisionInNanoInJniTest {
private void checkCount(long count, ResultSet rs) throws SQLException { private void checkCount(long count, ResultSet rs) throws SQLException {
if (count == 0) { if (count == 0) {
Assert(0); Assert.fail();
} }
rs.next(); rs.next();
long test_count = rs.getLong(1); long test_count = rs.getLong(1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册