re-enabled cypher-rest-plugin test as it now supports parameter

This commit is contained in:
Michael Hunger
2011-10-04 16:28:37 +02:00
parent c0e27ada94
commit d96ea07fc2

View File

@@ -18,7 +18,6 @@ package org.springframework.data.neo4j.rest.support;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.neo4j.aspects.support.query.QueryEngineTest;
@@ -40,7 +39,6 @@ import org.springframework.test.context.transaction.TransactionalTestExecutionLi
@ContextConfiguration(locations = {"classpath:org/springframework/data/neo4j/aspects/support/Neo4jGraphPersistenceTest-context.xml",
"classpath:RestTest-context.xml"})
@TestExecutionListeners({CleanContextCacheTestExecutionListener.class, DependencyInjectionTestExecutionListener.class, TransactionalTestExecutionListener.class})
@Ignore("until the cypher plugin supports parameters")
public class RestQueryEngineTest extends QueryEngineTest {
@Autowired