changeset 585:536e1a76a2b5

new hg server
author Alain Mazy <am@osimis.io>
date Tue, 14 Nov 2023 08:23:28 +0100
parents c4f4b0bc908b
children 4ee2cdbfc602
files GenerateConfigurationForTests.py Tests/Tests.py
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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')