change
This commit is contained in:
parent
27db778ba3
commit
2761876bcd
|
@ -10,7 +10,7 @@ import static org.junit.Assert.assertEquals;
|
||||||
|
|
||||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||||
public class ImportTest {
|
public class ImportTest {
|
||||||
Connection connection;
|
static Connection connection;
|
||||||
String dbName = "test";
|
String dbName = "test";
|
||||||
String tName = "t0";
|
String tName = "t0";
|
||||||
String host = "127.0.0.1";
|
String host = "127.0.0.1";
|
||||||
|
|
Loading…
Reference in New Issue