From 00c18ddcc7de26d04f737ddc6c07cd142f20f52b Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Mon, 28 Mar 2011 14:31:28 +0200 Subject: [PATCH] moved RestTest-context --- .../data/graph/neo4j/rest/RestNodeEntityTest.java | 2 +- .../data/graph/neo4j/support => }/RestTest-context.xml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename spring-data-neo4j-rest/src/test/resources/{org/springframework/data/graph/neo4j/support => }/RestTest-context.xml (100%) 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