diff UnitTestsSources/LuaTests.cpp @ 2186:8b51b133bb8b

move of third party downloads to the main server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Nov 2016 12:22:59 +0100
parents 8c506670f3cd
children a3a65de1840f
line wrap: on
line diff
--- a/UnitTestsSources/LuaTests.cpp	Mon Nov 28 09:16:02 2016 +0100
+++ b/UnitTestsSources/LuaTests.cpp	Tue Nov 29 12:22:59 2016 +0100
@@ -287,8 +287,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://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/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;