From 11b9ab4314a336d8c57d6bd7375c21ec88f0d12d Mon Sep 17 00:00:00 2001 From: jakubs <jakubs> Date: Mon, 16 Mar 2015 16:03:58 +0000 Subject: [PATCH] SSDM-1626 testfix SVN: 33662 --- .../systemtest/api/v1/GeneralInformationServiceTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java index b31cf85045f..5de74a53ab3 100644 --- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java +++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java @@ -1539,7 +1539,8 @@ public class GeneralInformationServiceTest extends SystemTestCase assertEquals("ExperimentType[COMPOUND_HCS,Compound High Content Screening," + "[PropertyTypeGroup[<null>,[" + "PropertyType[VARCHAR,DESCRIPTION,Description,A Description,mandatory], " - + "PropertyType[VARCHAR,COMMENT,Comment,Any other comments,optional]]]]]", + + "PropertyType[VARCHAR,COMMENT,Comment,Any other comments,optional], " + + "PropertyType[MATERIAL,ANY_MATERIAL,any_material,any_material,optional]]]]]", experimentTypes.get(0).toString()); assertEquals(2, experimentTypes.size()); } -- GitLab