From 787b7d67a7571a4d2c333c575dd3f0ed129235e9 Mon Sep 17 00:00:00 2001
From: pkupczyk <pkupczyk>
Date: Fri, 1 Jul 2016 18:38:15 +0000
Subject: [PATCH] SSDM-3763 : V3 API PropertyAssignment does not contain
 section, position, showInEditViews, etc... - fix a test

SVN: 36777
---
 .../experiment/fetchoptions/ExperimentFetchOptionsTest.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/openbis_api/sourceTest/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/experiment/fetchoptions/ExperimentFetchOptionsTest.java b/openbis_api/sourceTest/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/experiment/fetchoptions/ExperimentFetchOptionsTest.java
index 0d91044fc18..c913480ba41 100644
--- a/openbis_api/sourceTest/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/experiment/fetchoptions/ExperimentFetchOptionsTest.java
+++ b/openbis_api/sourceTest/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/experiment/fetchoptions/ExperimentFetchOptionsTest.java
@@ -45,7 +45,8 @@ public class ExperimentFetchOptionsTest
         assertEquals(fetchOptions.toString(), "Experiment\n"
                 + "    with Type\n"
                 + "        with PropertyAssignments\n"
-                + "            with Vocabulary\n");
+                + "            with PropertyType\n"
+                + "                with Vocabulary\n");
     }
 
 }
-- 
GitLab