From 8ce3a267849e37c311214672b2f060c9d10b24a0 Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Fri, 6 May 2011 08:17:01 +0000 Subject: [PATCH] minor: fix test expectations SVN: 21150 --- .../generic/server/business/PropertiesBatchManagerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/PropertiesBatchManagerTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/PropertiesBatchManagerTest.java index 16e4231ad4e..818a90de8cb 100644 --- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/PropertiesBatchManagerTest.java +++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/PropertiesBatchManagerTest.java @@ -73,8 +73,8 @@ public class PropertiesBatchManagerTest extends AssertJUnit new PropertiesBatchManager().manageProperties(builder.getExperimentTypePE(), Arrays.asList(e1, e2), null); - assertProperties("MANAGED-NO-SUBCOLUMNS:hi, UN-MANAGED:hello", e1); - assertProperties("MANAGED_SUBCOLUMNS:ab12, MANAGED-NO-SUBCOLUMNS-BUT-UPDATE:hi alpha", e2); + assertProperties("UN-MANAGED:hello, MANAGED-NO-SUBCOLUMNS:hi", e1); + assertProperties("MANAGED-NO-SUBCOLUMNS-BUT-UPDATE:hi alpha, MANAGED_SUBCOLUMNS:ab12", e2); } @Test -- GitLab