cleanup for test with @BeforeTransaction so the method has to be @Transactional

This commit is contained in:
Michael Hunger
2012-05-07 12:19:11 +02:00
parent 889d2f2465
commit bfc9e4edf5

View File

@@ -376,6 +376,7 @@ public class GraphRepositoryTest {
}
@Test
@Transactional
public void findWithMapResult() throws InterruptedException
{
Iterable<PersonRepository.NameAndPersonResult> result = personRepository.getAllNamesAndPeople();