fix test case
This commit is contained in:
parent
20bb141347
commit
d26a7ca3ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue