Skip to content
Snippets Groups Projects
Commit dd7a83a7 authored by gakin's avatar gakin
Browse files

SSDM-4675 : Fix test

SVN: 37611
parent 958614d3
No related branches found
No related tags found
No related merge requests found
...@@ -137,8 +137,8 @@ public final class EntityTypePropertyTypeBOTest extends AbstractBOTest ...@@ -137,8 +137,8 @@ public final class EntityTypePropertyTypeBOTest extends AbstractBOTest
with(any(PersonPE.class)), with(validatedValue)); with(any(PersonPE.class)), with(validatedValue));
will(returnValue(property)); will(returnValue(property));
allowing(entityPropertyTypeDAO).updateEntityModificationTimestamps(with(experimentIds));
one(entityPropertyTypeDAO).createProperties(property, experimentIds); one(entityPropertyTypeDAO).createProperties(property, experimentIds);
one(entityPropertyTypeDAO).updateEntityModificationTimestamps(with(experimentIds));
} }
}); });
final EntityTypePropertyTypeBO bo = createEntityTypePropertyTypeBO(EntityKind.EXPERIMENT); final EntityTypePropertyTypeBO bo = createEntityTypePropertyTypeBO(EntityKind.EXPERIMENT);
......
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