From c675e87c58eee9eda3d9199910f1715f7eb30a79 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Thu, 8 Jul 2010 11:17:14 +0800
Subject: [PATCH] TEST: fix id location

---
 CTestConfig.cmake         | 2 +-
 Testing/CTestConfig.cmake | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 0adadd4cd8..43385bd7b6 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -7,7 +7,7 @@
 set(CTEST_PROJECT_NAME "OTB")
 set(CTEST_NIGHTLY_START_TIME "20:00:00 CEST")
 
-set(CTEST_NIGHTLY_IDENT_LOCATION "http://www.orfeo-toolbox.org/nightly/libNightlyNumber")
+set(CTEST_NIGHTLY_IDENT_LOCATION "http://host2.orfeo-toolbox.org/nightly/libNightlyNumber")
 
 set(CTEST_DROP_METHOD "http")
 set(CTEST_DROP_SITE "dash.orfeo-toolbox.org")
diff --git a/Testing/CTestConfig.cmake b/Testing/CTestConfig.cmake
index 0adadd4cd8..43385bd7b6 100644
--- a/Testing/CTestConfig.cmake
+++ b/Testing/CTestConfig.cmake
@@ -7,7 +7,7 @@
 set(CTEST_PROJECT_NAME "OTB")
 set(CTEST_NIGHTLY_START_TIME "20:00:00 CEST")
 
-set(CTEST_NIGHTLY_IDENT_LOCATION "http://www.orfeo-toolbox.org/nightly/libNightlyNumber")
+set(CTEST_NIGHTLY_IDENT_LOCATION "http://host2.orfeo-toolbox.org/nightly/libNightlyNumber")
 
 set(CTEST_DROP_METHOD "http")
 set(CTEST_DROP_SITE "dash.orfeo-toolbox.org")
-- 
GitLab