# HG changeset patch # User Alain Mazy # Date 1699968600 -3600 # Node ID 4ee2cdbfc602ba785158ae52b3bb7015da5cd710 # Parent 536e1a76a2b5aaa7d954bc4436447e170400b4c0 hg url diff -r 536e1a76a2b5 -r 4ee2cdbfc602 Plugins/DicomWeb/Run.py --- a/Plugins/DicomWeb/Run.py Tue Nov 14 08:23:28 2023 +0100 +++ b/Plugins/DicomWeb/Run.py Tue Nov 14 14:30:00 2023 +0100 @@ -515,7 +515,7 @@ # WARNING: This test will fail on Orthanc <= 1.5.5, because # the following fix was not included yet: - # https://hg.orthanc-server.com/orthanc/rev/b88937ef597b + # https://orthanc.uclouvain.be/hg/orthanc/rev/b88937ef597b a = DoGet(ORTHANC, '/dicom-web/studies/%s/metadata' % study) self.assertEqual(1, len(a)) diff -r 536e1a76a2b5 -r 4ee2cdbfc602 Start.sh --- a/Start.sh Tue Nov 14 08:23:28 2023 +0100 +++ b/Start.sh Tue Nov 14 14:30:00 2023 +0100 @@ -4,7 +4,7 @@ # # (1) Compile Orthanc 0.8.6: # $ cd $HOME/Releases/ -# $ hg clone -u Orthanc-0.8.6 https://hg.orthanc-server.com/orthanc Orthanc-0.8.6 +# $ hg clone -u Orthanc-0.8.6 https://orthanc.uclouvain.be/hg/orthanc/ Orthanc-0.8.6 # $ mkdir $HOME/Releases/Orthanc-0.8.6/Build # $ cd $HOME/Releases/Orthanc-0.8.6/Build # $ cmake .. -DCMAKE_BUILD_TYPE=Release -DSTATIC_BUILD=ON