Skip to content
Snippets Groups Projects
Commit 70e9e6a3 authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-2497 : V3 AS API - improve performance of searchDataSets - test Space base fields

SVN: 34727
parent 57728879
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,12 @@ public class MapSpaceTest extends AbstractTest
Space space = map.get(permId);
assertEquals(space.getPermId(), permId);
assertEquals(space.getCode(), "TEST-SPACE");
assertEquals(space.getDescription(), "myDescription");
assertEqualsDate(space.getRegistrationDate(), "2008-11-05 09:18:11");
assertEqualsDate(space.getModificationDate(), "2008-11-05 09:18:11");
assertProjectsNotFetched(space);
assertSamplesNotFetched(space);
assertRegistratorNotFetched(space);
......
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