change
This commit is contained in:
parent
53ccc8fff4
commit
b0515fd7fe
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue