moved RestTest-context
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user