# HG changeset patch # User Alain Mazy # Date 1780430260 -7200 # Node ID e5aa6a487f265e6f41c7676227fdafd9bebccf87 # Parent 76ff7510ec0e8cb7c095392378e93d735596f96d fix GDCM config: enable for all TS diff -r 76ff7510ec0e -r e5aa6a487f26 GenerateConfigurationForTests.py --- a/GenerateConfigurationForTests.py Mon Jun 01 15:20:41 2026 +0200 +++ b/GenerateConfigurationForTests.py Tue Jun 02 21:57:40 2026 +0200 @@ -244,6 +244,9 @@ 'ServeOpenSeadragon' : True, } +config['Gdcm'] = { + "RestrictTransferSyntaxes": [] # when we use GDCM, let's use it for all TransferSyntaxes (by default, in the orthancteam/orthanc images, this config is set to JP2K only) +} # Enable case-insensitive PN (the default on versions <= 0.8.6) diff -r 76ff7510ec0e -r e5aa6a487f26 NewTests/PostgresUpgrades/orthanc-for-integ-tests.json --- a/NewTests/PostgresUpgrades/orthanc-for-integ-tests.json Mon Jun 01 15:20:41 2026 +0200 +++ b/NewTests/PostgresUpgrades/orthanc-for-integ-tests.json Tue Jun 02 21:57:40 2026 +0200 @@ -99,6 +99,9 @@ ] }, "ExecuteLuaEnabled": true, + "Gdcm": { + "RestrictTransferSyntaxes": [] + }, "HttpCompressionEnabled": false, "HttpDescribeErrors": true, "HttpPort": 8042,