From 786b14d39f84a2577b66abe2feebb9ce40660b0e Mon Sep 17 00:00:00 2001
From: lihan <hanliangliang_1_2@163.com>
Date: Wed, 11 Sep 2019 16:47:03 +0200
Subject: [PATCH] change the line into
 Athena_test::initGaudi(optionForTest.txt, g_svcLoc);

---
 ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx b/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx
index 5d3f03122312..3f65c8502307 100644
--- a/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx
+++ b/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx
@@ -25,7 +25,7 @@ ISvcLocator* g_svcLoc = nullptr;
 class GaudiEnvironment : public ::testing::Environment {
   protected:
   virtual void SetUp() override {
-    Athena_test::initGaudi("/afs/cern.ch/user/l/lihan/private/repo/athena/ForwardDetectors/ZDC/ZDC_SD/share/optionForTest.txt", g_svcLoc);
+    Athena_test::initGaudi("optionForTest.txt", g_svcLoc);
   }
 };
 class ZDC_StripSDtest : public ::testing::Test {	
-- 
GitLab