This commit is contained in:
zyyang 2020-11-19 09:46:30 +08:00
parent 7be93e1908
commit 38459ed354
2 changed files with 6 additions and 8 deletions

View File

@ -5,7 +5,7 @@ import com.taosdata.jdbc.utils.TDNodes;
import org.junit.AfterClass;
import org.junit.BeforeClass;
public class BaseTest {
public abstract class BaseTest {
private static boolean testCluster = false;
private static TDNodes nodes = new TDNodes();

View File

@ -1,7 +1,5 @@
package com.taosdata.jdbc.cases;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.sql.*;