[TD-5388]<test>: modified test case, use execute for reset query cache statement
This commit is contained in:
parent
d26a7ca3ba
commit
88ee9daee3
|
@ -33,8 +33,7 @@ public class ResetQueryCacheTest {
|
|||
@Test
|
||||
public void testResetQueryCache() throws SQLException {
|
||||
String resetSql = "reset query cache";
|
||||
ResultSet rs = statement.executeQuery(resetSql);
|
||||
rs.close();
|
||||
statement.execute(resetSql);
|
||||
}
|
||||
|
||||
@After
|
||||
|
|
Loading…
Reference in New Issue