moved RestTest-context

This commit is contained in:
Michael Hunger
2011-03-28 14:31:28 +02:00
parent 840c81846c
commit 00c18ddcc7
2 changed files with 1 additions and 1 deletions

View File

@@ -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 {