Skip to content
Snippets Groups Projects
Commit 5862129f authored by Liangliang Han's avatar Liangliang Han
Browse files

change the line to its previous status because failing test

parent 786b14d3
7 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!26365Test zdc strip sd
...@@ -25,7 +25,7 @@ ISvcLocator* g_svcLoc = nullptr; ...@@ -25,7 +25,7 @@ ISvcLocator* g_svcLoc = nullptr;
class GaudiEnvironment : public ::testing::Environment { class GaudiEnvironment : public ::testing::Environment {
protected: protected:
virtual void SetUp() override { virtual void SetUp() override {
Athena_test::initGaudi("optionForTest.txt", g_svcLoc); Athena_test::initGaudi("/afs/cern.ch/user/l/lihan/private/repo/athena/ForwardDetectors/ZDC/ZDC_SD/share/optionForTest.txt", g_svcLoc);
} }
}; };
class ZDC_StripSDtest : public ::testing::Test { class ZDC_StripSDtest : public ::testing::Test {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment