diff --git a/spring-data-neo4j-rest/src/test/java/org/springframework/data/graph/neo4j/rest/RestNodeEntityTest.java b/spring-data-neo4j-rest/src/test/java/org/springframework/data/graph/neo4j/rest/RestNodeEntityTest.java index 966b12b46..87bfefb5d 100644 --- a/spring-data-neo4j-rest/src/test/java/org/springframework/data/graph/neo4j/rest/RestNodeEntityTest.java +++ b/spring-data-neo4j-rest/src/test/java/org/springframework/data/graph/neo4j/rest/RestNodeEntityTest.java @@ -25,7 +25,7 @@ import java.net.URISyntaxException; */ @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = {"classpath:org/springframework/data/graph/neo4j/support/Neo4jGraphPersistenceTest-context.xml", - "classpath:org/springframework/data/graph/neo4j/rest/RestTest-context.xml"}) + "classpath:RestTest-context.xml"}) @TestExecutionListeners({CleanContextCacheTestExecutionListener.class, DependencyInjectionTestExecutionListener.class, TransactionalTestExecutionListener.class}) public class RestNodeEntityTest extends NodeEntityTest { diff --git a/spring-data-neo4j-rest/src/test/resources/org/springframework/data/graph/neo4j/support/RestTest-context.xml b/spring-data-neo4j-rest/src/test/resources/RestTest-context.xml similarity index 100% rename from spring-data-neo4j-rest/src/test/resources/org/springframework/data/graph/neo4j/support/RestTest-context.xml rename to spring-data-neo4j-rest/src/test/resources/RestTest-context.xml