提交 be722bdf 编写于 作者: Z zyyang

change

上级 ce2287ef
......@@ -113,6 +113,7 @@ public class TSDBDriverTest {
conn = DriverManager.getConnection(jdbcUrl, connProps);
assertNotNull("failure - connection should not be null", conn);
}
printRs();
} catch (SQLException e) {
e.printStackTrace();
fail("failure - should not throw Exception");
......@@ -209,8 +210,7 @@ public class TSDBDriverTest {
assertNull("failure - getParentLogger should be be null", new TSDBDriver().getParentLogger());
}
@After
public void after() {
public void printRs() {
Statement statement = null;
try {
statement = conn.createStatement();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册