From 12239b7e8be77a1a5653ce0f2533e90c44e1954f Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Tue, 14 Nov 2023 12:07:36 +0100 Subject: [PATCH] BIS-713: fixed js tests --- .../tests/1/as/webapps/openbis-v3-api-test/html/test/dtos.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/dtos.js b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/dtos.js index 8258b895067..048a3f35217 100644 --- a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/dtos.js +++ b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/dtos.js @@ -985,11 +985,6 @@ var fullTypes = [ "dss/dto/service/CustomDSSServiceExecutionOptions", "dss/dto/service/id/CustomDssServiceCode", "dss/dto/service/id/ICustomDSSServiceId", -"dss/dto/imaging/ImagingDataSetConfig", -"dss/dto/imaging/ImagingDataSetControl", -"dss/dto/imaging/ImagingDataSetExport", -"dss/dto/imaging/ImagingDataSetImage", -"dss/dto/imaging/ImagingDataSetPreview", "util/DateFormat", "util/Json", "util/Exceptions", -- GitLab