From bdb17ad72fe11dbde76ecf3440c80b3d8aee58d7 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Tue, 18 Jan 2022 22:24:39 +0100 Subject: [PATCH] TrkEventAthenaPool: Update test reference file. Update reference file for difference in error messages. --- Tracking/TrkEventCnv/TrkEventAthenaPool/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tracking/TrkEventCnv/TrkEventAthenaPool/CMakeLists.txt b/Tracking/TrkEventCnv/TrkEventAthenaPool/CMakeLists.txt index 469e8a600ef3..3e375d332dea 100644 --- a/Tracking/TrkEventCnv/TrkEventAthenaPool/CMakeLists.txt +++ b/Tracking/TrkEventCnv/TrkEventAthenaPool/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( TrkEventAthenaPool ) @@ -22,7 +22,7 @@ find_package( AthenaPoolUtilitiesTest ) if( ATHENAPOOLUTILITIESTEST_FOUND ) set( TRKEVENTATHENAPOOL_REFERENCE_TAG - TrkEventAthenaPoolReference-05-00-00 ) + TrkEventAthenaPoolReference-06-00-00 ) run_tpcnv_test( TrkEventTPCnv_14.5.0 AOD-14.5.0-full REQUIRED_LIBRARIES TrackParticleAthenaPoolPoolCnv REFERENCE_TAG ${TRKEVENTATHENAPOOL_REFERENCE_TAG} ) -- GitLab