From 896c875cd786612c51bb1e220155333bd56ae02a Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Fri, 15 Dec 2023 09:55:39 +0100
Subject: [PATCH] BIS-723: fixing EnglishCheck test

---
 .../ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt b/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt
index 6cb9a138dae..884d34f6c1b 100644
--- a/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt
+++ b/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt
@@ -957,7 +957,7 @@ getMultiValueSampleProperty
 getMultiValueStringArrayProperty
 getMultiValueTimestampArrayProperty
 getMultiValueTimestampProperty
-getMultiValueVarcharProperty
+getMultiValueStringProperty
 getMultiValueXmlProperty
 getNotification
 getNotificationOptions
@@ -1096,7 +1096,7 @@ getValidTo
 getValidToDate
 getValue
 getValues
-getVarcharProperty
+getStringProperty
 getVersion
 getVocabulary
 GetVocabularyTermsOperation
@@ -2221,7 +2221,7 @@ setMultiValueSampleProperty
 setMultiValueStringArrayProperty
 setMultiValueTimestampArrayProperty
 setMultiValueTimestampProperty
-setMultiValueVarcharProperty
+setMultiValueStringProperty
 setMultiValueXmlProperty
 setName
 setNegated
@@ -2336,7 +2336,7 @@ setValidTo
 setValidToDate
 setValue
 setValues
-setVarcharProperty
+setStringProperty
 setVersion
 SetView
 setVocabulary
-- 
GitLab