# HG changeset patch # User Alain Mazy # Date 1699946608 -3600 # Node ID 536e1a76a2b5aaa7d954bc4436447e170400b4c0 # Parent c4f4b0bc908b4fddc61c97635dbf4d6858214575 new hg server diff -r c4f4b0bc908b -r 536e1a76a2b5 GenerateConfigurationForTests.py --- a/GenerateConfigurationForTests.py Tue Oct 17 15:06:32 2023 +0200 +++ b/GenerateConfigurationForTests.py Tue Nov 14 08:23:28 2023 +0100 @@ -91,9 +91,7 @@ # Download the content of the default configuration file with open(args.target, 'wb') as f: - url = 'https://hg.orthanc-server.com/orthanc/raw-file/default/OrthancServer/Resources/Configuration.json' - #url = 'https://hg.orthanc-server.com/orthanc/raw-file/default/Resources/Configuration.json' - #url = 'https://bitbucket.org/sjodogne/orthanc/raw/default/Resources/Configuration.json' + url = 'https://orthanc.uclouvain.be/hg/orthanc/raw-file/default/OrthancServer/Resources/Configuration.json' http = urlopen(url) if http.getcode() != 200: raise Exception('Cannot download: %s' % url) diff -r c4f4b0bc908b -r 536e1a76a2b5 Tests/Tests.py --- a/Tests/Tests.py Tue Oct 17 15:06:32 2023 +0200 +++ b/Tests/Tests.py Tue Nov 14 08:23:28 2023 +0100 @@ -6918,7 +6918,7 @@ def test_findscu_truncation(self): # https://groups.google.com/forum/#!msg/orthanc-users/FkckWAHvso8/UbRBAhQ5CwAJ - # Fixed by: https://hg.orthanc-server.com/orthanc/rev/2724977419fb + # Fixed by: https://orthanc.uclouvain.be/hg/orthanc/rev/2724977419fb UploadInstance(_REMOTE, 'Multiframe.dcm') UploadInstance(_REMOTE, 'ColorTestImageJ.dcm')