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

LMS-2731 test fixed

SVN: 24128
parent 70ecf4da
No related branches found
No related tags found
No related merge requests found
...@@ -1121,6 +1121,9 @@ public class ETLServiceTest extends AbstractServerTestCase ...@@ -1121,6 +1121,9 @@ public class ETLServiceTest extends AbstractServerTestCase
with(equal(EntityKind.SAMPLE)), with(aNonNull(List.class))); with(equal(EntityKind.SAMPLE)), with(aNonNull(List.class)));
will(returnValue(Arrays.asList(new Long(1), new Long(2)))); will(returnValue(Arrays.asList(new Long(1), new Long(2))));
one(hibernateSearchDao).getResultSetSizeLimit();
will(returnValue(100));
one(sampleLister).list(with(aNonNull(ListOrSearchSampleCriteria.class))); one(sampleLister).list(with(aNonNull(ListOrSearchSampleCriteria.class)));
SampleBuilder sample1 = new SampleBuilder().id(1); SampleBuilder sample1 = new SampleBuilder().id(1);
SampleBuilder sample2 = new SampleBuilder().id(2); SampleBuilder sample2 = new SampleBuilder().id(2);
......
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