diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/test/RpcPadContainerCnv_p1_test.cxx b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/test/RpcPadContainerCnv_p1_test.cxx index f74dd8b87749149c35fe0a46b9947984fb1bf63d..78dd18931bdd647e4b24890ccb5f19d3398f655c 100644 --- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/test/RpcPadContainerCnv_p1_test.cxx +++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/test/RpcPadContainerCnv_p1_test.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration */ /** * @file MuonEventAthenaPool/test/RpcPadContainerCnv_p1_test.cxx @@ -146,7 +146,7 @@ void test1 ATLAS_NOT_THREAD_SAFE (const std::vector<Identifier>& ids) int main ATLAS_NOT_THREAD_SAFE () { ISvcLocator* pSvcLoc; - if (!Athena_test::initGaudi("MuonEventAthenaPool/MuonEventAthenaPool_test.txt", pSvcLoc)) { + if (!Athena_test::initGaudi("MuonEventAthenaPool_test.txt", pSvcLoc)) { std::cerr << "This test can not be run" << std::endl; return 0; } diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/test/RpcPadContainerCnv_p2_test.cxx b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/test/RpcPadContainerCnv_p2_test.cxx index b1204f13e60dc26b50a997355927c2fbf4aae50a..852f76c93a586a1eabf682abe22f95a87b61e7f2 100644 --- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/test/RpcPadContainerCnv_p2_test.cxx +++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/test/RpcPadContainerCnv_p2_test.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration */ /** * @file MuonEventAthenaPool/test/RpcPadContainerCnv_p2_test.cxx @@ -147,7 +147,7 @@ void test1 ATLAS_NOT_THREAD_SAFE () int main ATLAS_NOT_THREAD_SAFE () { ISvcLocator* pSvcLoc; - if (!Athena_test::initGaudi("MuonEventAthenaPool/MuonEventAthenaPool_test.txt", pSvcLoc)) { + if (!Athena_test::initGaudi("MuonEventAthenaPool_test.txt", pSvcLoc)) { std::cerr << "This test can not be run" << std::endl; return 0; }