From 109b7ea53ad22bf6ed43b8bb49cfe484876999c5 Mon Sep 17 00:00:00 2001
From: vkovtun <viktor.kovtun@id.ethz.ch>
Date: Fri, 25 Aug 2023 17:46:44 +0200
Subject: [PATCH] SSDM-13926: Fixed the EnglishCheck test.

---
 .../openbis/generic/sharedapi/v3/dictionary.txt | 17 +++++++++++++++++
 test-api-openbis-javascript/gradlew             |  2 +-
 test-api-openbis-javascript/gradlew.bat         |  2 +-
 3 files changed, 19 insertions(+), 2 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 5eeffa0b34f..1f8ad3763f9 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
@@ -2000,6 +2000,7 @@ setAllowProjectSamples
 setArchivingRequested
 setAttachments
 setAttachmentsActions
+setAttributes
 setAuthor
 setAutoGeneratedCode
 setAvailability
@@ -2051,6 +2052,7 @@ setDirectory
 setDisallowDeletion
 setDisallowEntityCreations
 setDownloadUrl
+setDownloadURL
 setEmail
 setEntityKind
 setEntityType
@@ -2061,6 +2063,7 @@ setExperiment
 setExperimentId
 setExperiments
 setExperimentsByType
+setExportableKind
 setExternalCode
 setExternalDms
 setExternalDmsAddress
@@ -2070,7 +2073,9 @@ setExternalDmsLabel
 setExternalId
 setFetchOptions
 setFieldName
+setFields
 setFieldValue
+setFile
 setFileFormatType
 setFileFormatTypeId
 setFileLength
@@ -2079,6 +2084,8 @@ setFileName
 setFilePath
 setFinishDate
 setFirstName
+setFormat
+setFormats
 setGeneratedCodePrefix
 setGitCommitHash
 setGitRepositoryId
@@ -2091,7 +2098,9 @@ setHyperlinkProperty
 setId
 setIdentifier
 setIgnoreVersioning
+setImportData
 setImportMode
+setImportOptions
 setInitialValueForExistingEntities
 setIntegerArrayProperty
 setIntegerProperty
@@ -2117,6 +2126,7 @@ setMaterialProperties
 setMeasured
 setMetaData
 setMetadataCreation
+setMode
 setModificationDate
 setModifier
 setMultilineVarcharProperty
@@ -2139,6 +2149,7 @@ setParentIds
 setParents
 setPath
 setPermId
+setPermIds
 setPermlink
 setPerson
 setPersonalAccessTokenId
@@ -2179,6 +2190,7 @@ setResults
 setSample
 setSampleId
 setSamples
+setScripts
 setSemanticAnnotationId
 setSemanticAnnotations
 setSemanticAnnotationsInherited
@@ -2188,6 +2200,7 @@ setShowContainer
 setShowParentMetadata
 setShowParents
 setSize
+setSource
 setSpace
 setSpaceId
 setSpacesByType
@@ -2228,6 +2241,10 @@ setVarcharProperty
 setVersion
 SetView
 setVocabulary
+setWarnings
+setWithImportCompatibility
+setWithReferredTypes
+setXlsTextFormat
 setXmlProperty
 Share Id Search Criteria
 SHORT_DATE_FORMAT
diff --git a/test-api-openbis-javascript/gradlew b/test-api-openbis-javascript/gradlew
index 83f2acfdc31..7d2a132b748 100755
--- a/test-api-openbis-javascript/gradlew
+++ b/test-api-openbis-javascript/gradlew
@@ -44,7 +44,7 @@ APP_NAME="Gradle"
 APP_BASE_NAME=`basename "$0"`
 
 # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
+DEFAULT_JVM_OPTS='"-Xmx256m" "-Xms256m"'
 
 # Use the maximum available, or set MAX_FD != -1 to use that value.
 MAX_FD="maximum"
diff --git a/test-api-openbis-javascript/gradlew.bat b/test-api-openbis-javascript/gradlew.bat
index 24467a141f7..1b5afa7d3b9 100644
--- a/test-api-openbis-javascript/gradlew.bat
+++ b/test-api-openbis-javascript/gradlew.bat
@@ -30,7 +30,7 @@ set APP_BASE_NAME=%~n0
 set APP_HOME=%DIRNAME%
 
 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
+set DEFAULT_JVM_OPTS="-Xmx256m" "-Xms256m"
 
 @rem Find java.exe
 if defined JAVA_HOME goto findJavaFromJavaHome
-- 
GitLab