提交 d26a7ca3 编写于 作者: Z zhaoyanggh

fix test case

上级 20bb1413
......@@ -33,9 +33,8 @@ public class ResetQueryCacheTest {
@Test
public void testResetQueryCache() throws SQLException {
String resetSql = "reset query cache";
statement.execute(resetSql);
// ResultSet rs = statement.executeQuery(resetSql);
// rs.close();
ResultSet rs = statement.executeQuery(resetSql);
rs.close();
}
@After
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册