From bfc9e4edf5fdb758b887762931a8e909201afd79 Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Mon, 7 May 2012 12:19:11 +0200 Subject: [PATCH] cleanup for test with @BeforeTransaction so the method has to be @Transactional --- .../data/neo4j/repository/GraphRepositoryTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/GraphRepositoryTest.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/GraphRepositoryTest.java index 1965e3572..c2a63068a 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/GraphRepositoryTest.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/GraphRepositoryTest.java @@ -376,6 +376,7 @@ public class GraphRepositoryTest { } @Test + @Transactional public void findWithMapResult() throws InterruptedException { Iterable result = personRepository.getAllNamesAndPeople();