Mercurial > hg > orthanc-tests
changeset 919:e5aa6a487f26
fix GDCM config: enable for all TS
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 02 Jun 2026 21:57:40 +0200 |
| parents | 76ff7510ec0e |
| children | a2051215a485 |
| files | GenerateConfigurationForTests.py NewTests/PostgresUpgrades/orthanc-for-integ-tests.json |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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,
