This commit is contained in:
zyyang 2021-01-21 19:35:11 +08:00
parent 53ccc8fff4
commit b0515fd7fe
1 changed files with 3 additions and 4 deletions

View File

@ -1,15 +1,14 @@
package com.taosdata.jdbc; package com.taosdata.jdbc;
import org.junit.After; import org.junit.*;
import org.junit.Assert; import org.junit.runners.MethodSorters;
import org.junit.Before;
import org.junit.Test;
import java.sql.*; import java.sql.*;
import java.util.Properties; import java.util.Properties;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class ImportTest { public class ImportTest {
Connection connection; Connection connection;
String dbName = "test"; String dbName = "test";