From d96ea07fc22b8be965607e3700d32af0117fc8ee Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Tue, 4 Oct 2011 16:28:37 +0200 Subject: [PATCH] re-enabled cypher-rest-plugin test as it now supports parameter --- .../data/neo4j/rest/support/RestQueryEngineTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-data-neo4j-rest/src/test/java/org/springframework/data/neo4j/rest/support/RestQueryEngineTest.java b/spring-data-neo4j-rest/src/test/java/org/springframework/data/neo4j/rest/support/RestQueryEngineTest.java index bbe626c47..56fe69628 100644 --- a/spring-data-neo4j-rest/src/test/java/org/springframework/data/neo4j/rest/support/RestQueryEngineTest.java +++ b/spring-data-neo4j-rest/src/test/java/org/springframework/data/neo4j/rest/support/RestQueryEngineTest.java @@ -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