Moved tests to live tests
This commit is contained in:
parent
498230ff89
commit
41ea1898eb
|
@ -96,11 +96,6 @@
|
|||
<artifactId>spring-test</artifactId>
|
||||
<version>${spring-test.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ import org.neo4j.graphdb.RelationshipType;
|
|||
import org.neo4j.graphdb.Result;
|
||||
import org.neo4j.graphdb.factory.GraphDatabaseFactory;
|
||||
|
||||
public class Neo4jTest {
|
||||
public class Neo4jLiveTest {
|
||||
|
||||
private static GraphDatabaseService graphDb;
|
||||
|
|
@ -14,7 +14,7 @@ import com.baeldung.spring.data.neo4j.domain.Car;
|
|||
import com.baeldung.spring.data.neo4j.domain.Company;
|
||||
import org.neo4j.ogm.transaction.Transaction;
|
||||
|
||||
public class Neo4jOgmTest {
|
||||
public class Neo4jOgmLiveTest {
|
||||
|
||||
@Test
|
||||
public void testOgm() {
|
Loading…
Reference in New Issue