Mercurial > hg > orthanc
diff UnitTestsSources/LuaTests.cpp @ 4251:6784a119484d Orthanc-0.8.6
hotpatch to make Orthanc 0.8.6 compile on Ubuntu 16.04
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 15 Oct 2020 13:56:50 +0200 |
parents | 6e7e5ed91c2d |
children |
line wrap: on
line diff
--- a/UnitTestsSources/LuaTests.cpp Tue Jul 17 09:41:15 2018 +0200 +++ b/UnitTestsSources/LuaTests.cpp Thu Oct 15 13:56:50 2020 +0200 @@ -243,8 +243,8 @@ Orthanc::LuaContext lua; #if UNIT_TESTS_WITH_HTTP_CONNEXIONS == 1 - lua.Execute("JSON = loadstring(HttpGet('http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/JSON.lua')) ()"); - const std::string url("http://orthanc.googlecode.com/hg/OrthancCppClient/SharedLibrary/Product.json"); + lua.Execute("JSON = loadstring(HttpGet('http://www.orthanc-server.com/downloads/third-party/JSON.lua')) ()"); + const std::string url("http://www.orthanc-server.com/downloads/third-party/Product.json"); #endif std::string s;