From 354580c33199bbed911bd7bcd4272c6ff5543499 Mon Sep 17 00:00:00 2001 From: John Chapman <John.Chapman@cern.ch> Date: Thu, 6 Mar 2025 15:57:12 +0100 Subject: [PATCH] Fix xAODTruthAthenaPool AOD dump unit test reference --- Event/xAOD/xAODTruthAthenaPool/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Event/xAOD/xAODTruthAthenaPool/CMakeLists.txt b/Event/xAOD/xAODTruthAthenaPool/CMakeLists.txt index 7a01f6983cd..a68dd551f90 100644 --- a/Event/xAOD/xAODTruthAthenaPool/CMakeLists.txt +++ b/Event/xAOD/xAODTruthAthenaPool/CMakeLists.txt @@ -35,7 +35,7 @@ find_package( AthenaPoolUtilitiesTest ) if( ATHENAPOOLUTILITIESTEST_FOUND AND NOT SIMULATIONBASE AND NOT GENERATIONBASE ) set( XAODTRUTHATHENAPOOL_REFERENCE_TAG - xAODTruthAthenaPoolReference-02-00-00 ) + xAODTruthAthenaPoolReference-02-00-01 ) run_tpcnv_test( xAODTruthAthenaPool_21.0.79 AOD-21.0.79-full REQUIRED_LIBRARIES xAODTruthAthenaPoolPoolCnv REFERENCE_TAG ${XAODTRUTHATHENAPOOL_REFERENCE_TAG} ) -- GitLab