Mercurial > hg > orthanc-tests
changeset 586:4ee2cdbfc602
hg url
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 14 Nov 2023 14:30:00 +0100 |
parents | 536e1a76a2b5 |
children | f29d3ff889bf |
files | Plugins/DicomWeb/Run.py Start.sh |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))
--- 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