Skip to content
Snippets Groups Projects
Commit 11b9ab43 authored by jakubs's avatar jakubs
Browse files

SSDM-1626 testfix

SVN: 33662
parent c04bfccb
No related branches found
No related tags found
No related merge requests found
...@@ -1539,7 +1539,8 @@ public class GeneralInformationServiceTest extends SystemTestCase ...@@ -1539,7 +1539,8 @@ public class GeneralInformationServiceTest extends SystemTestCase
assertEquals("ExperimentType[COMPOUND_HCS,Compound High Content Screening," assertEquals("ExperimentType[COMPOUND_HCS,Compound High Content Screening,"
+ "[PropertyTypeGroup[<null>,[" + "[PropertyTypeGroup[<null>,["
+ "PropertyType[VARCHAR,DESCRIPTION,Description,A Description,mandatory], " + "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()); experimentTypes.get(0).toString());
assertEquals(2, experimentTypes.size()); assertEquals(2, experimentTypes.size());
} }
......
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