Skip to content
Snippets Groups Projects
Commit 9ad3cb57 authored by juanf's avatar juanf
Browse files

SSDM-13207 : Fixing tests

parent 71327326
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
for (SampleRelationshipPE sampleRelationship : sampleRelationships)
{
sampleRelationship.setRelationship(relationshipType);
getHibernateTemplate().persist(sampleRelationship);
getHibernateTemplate().update(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