don't remove the reference node for DerivedFinderTests

This commit is contained in:
Michael Hunger
2013-11-11 00:58:55 +01:00
parent 60983d4d86
commit d123cf5e8f
2 changed files with 6 additions and 1 deletions

View File

@@ -161,6 +161,11 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>spring-libs-snapshot-local</id>
<name>Spring Snapshots</name>
<url>http://repo.springsource.org/libs-snapshot-local</url>
</repository>
<repository>
<id>spring-libs-release-local</id>
<name>Spring Releases</name>

View File

@@ -201,7 +201,7 @@ public class DerivedFinderTests {
@Before
public void setUp() throws Exception {
Neo4jHelper.cleanDb(graphDatabaseService, true);
Neo4jHelper.cleanDb(graphDatabaseService, false);
CRUDRepository<Ingredient> ingredientRepository = template.repositoryFor(Ingredient.class);