diff --git a/server-application-server/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java b/server-application-server/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java index dda91ecf0c49692fa01de228cb7e5794e94547f6..3898c19ee12487a6cdb5bf5254c243e92ccab60b 100644 --- a/server-application-server/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java +++ b/server-application-server/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java @@ -2069,6 +2069,9 @@ public class GeneralInformationServiceTest extends SystemTestCase assertEquals(1, groups.size()); assertEquals("HCS_IMAGE_ANALYSIS_DATA", types.get(4).getCode()); assertEquals("[]", types.get(4).getPropertyTypeGroups().toString()); + for(int i=0;i<types.size();i++) { + System.out.println("||> " + i + " " + types.get(i).getCode()); + } assertEquals("LINK_TYPE", types.get(7).getCode()); assertEquals("[]", types.get(0).getPropertyTypeGroups().toString()); assertEquals("REQUIRES_EXPERIMENT", types.get(8).getCode());