提交 6494a957 编写于 作者: Z zyyang

change

上级 bef3b5a8
......@@ -10,7 +10,7 @@ public class TSDBDatabaseMetaDataTest {
private static final String host = "127.0.0.1";
private Connection connection;
@Before
@BeforeClass
public void before() {
try {
Class.forName("com.taosdata.jdbc.TSDBDriver");
......@@ -28,7 +28,7 @@ public class TSDBDatabaseMetaDataTest {
}
}
@After
@AfterClass
public void after() {
try {
if (connection != null)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册