Skip to content
Snippets Groups Projects
Commit 0493efab authored by juanf's avatar juanf
Browse files

SSDM-13207 : Fixing tests

parent 9ad3cb57
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -58,7 +58,7 @@ public class SampleRelationshipDAO extends AbstractGenericEntityDAO<SampleRelati ...@@ -58,7 +58,7 @@ public class SampleRelationshipDAO extends AbstractGenericEntityDAO<SampleRelati
for (SampleRelationshipPE sampleRelationship : sampleRelationships) for (SampleRelationshipPE sampleRelationship : sampleRelationships)
{ {
sampleRelationship.setRelationship(relationshipType); sampleRelationship.setRelationship(relationshipType);
getHibernateTemplate().update(sampleRelationship); getHibernateTemplate().persist(sampleRelationship);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment