Bael 6556 3 (#4382)
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
cfa5f07c96
commit
7206e64bef
+1
-1
@@ -11,7 +11,7 @@ import java.util.List;
|
||||
|
||||
import static junit.framework.Assert.assertEquals;
|
||||
|
||||
public class OrientDBDocumentAPITest {
|
||||
public class OrientDBDocumentAPILiveTest {
|
||||
private static ODatabaseDocumentTx db = null;
|
||||
|
||||
// @BeforeClass
|
||||
+1
-1
@@ -10,7 +10,7 @@ import org.junit.Test;
|
||||
|
||||
import static junit.framework.Assert.assertEquals;
|
||||
|
||||
public class OrientDBGraphAPITest {
|
||||
public class OrientDBGraphAPILiveTest {
|
||||
private static OrientGraphNoTx graph = null;
|
||||
|
||||
// @BeforeClass
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.List;
|
||||
|
||||
import static junit.framework.Assert.assertEquals;
|
||||
|
||||
public class OrientDBObjectAPITest {
|
||||
public class OrientDBObjectAPILiveTest {
|
||||
private static OObjectDatabaseTx db = null;
|
||||
|
||||
// @BeforeClass
|
||||
Reference in New Issue
Block a user