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

change

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