Skip to content
Snippets Groups Projects
Commit 9a2a29f7 authored by felmer's avatar felmer
Browse files

LMS-1574 test fixed

SVN: 16314
parent af4c2c93
No related merge requests found
......@@ -160,6 +160,7 @@ public class RawDataServiceInternalTest extends AbstractServerTestCase
sampleType.setAutoGeneratedCode(Boolean.FALSE);
sampleType.setGeneratedFromHierarchyDepth(0);
sampleType.setContainerHierarchyDepth(0);
sampleType.setSubcodeUnique(false);
will(returnValue(sampleType));
one(sampleLister).list(with(new BaseMatcher<ListOrSearchSampleCriteria>()
......
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