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 b31cf85045fa830e324583d66201b0f5561df8ad..5de74a53ab3986012e5a2beded894a3b89b92f0d 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());
     }