fix test case
This commit is contained in:
parent
20bb141347
commit
d26a7ca3ba
|
@ -33,9 +33,8 @@ public class ResetQueryCacheTest {
|
||||||
@Test
|
@Test
|
||||||
public void testResetQueryCache() throws SQLException {
|
public void testResetQueryCache() throws SQLException {
|
||||||
String resetSql = "reset query cache";
|
String resetSql = "reset query cache";
|
||||||
statement.execute(resetSql);
|
ResultSet rs = statement.executeQuery(resetSql);
|
||||||
// ResultSet rs = statement.executeQuery(resetSql);
|
rs.close();
|
||||||
// rs.close();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@After
|
@After
|
||||||
|
|
Loading…
Reference in New Issue