From e3bc62e8d9b81703c255de1d0a68a41e081ec6f5 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Thu, 23 Jul 2020 18:21:54 +0200 Subject: [PATCH] Fix a few leak checks to work with DataVector changes. --- Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p1_test.cxx | 3 ++- Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p2_test.cxx | 3 ++- Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p3_test.cxx | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p1_test.cxx b/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p1_test.cxx index 4a138acc029..0a499cd7278 100644 --- a/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p1_test.cxx +++ b/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p1_test.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ /** * @file EventCommonTPCnv/test/INav4MomAssocsCnv_p1_test.cxx @@ -84,6 +84,7 @@ void test1() // Get proxies created. ElementLink<INavigable4MomentumCollection> dum1 ("in", 3); ElementLink<INavigable4MomentumCollection> dum2 ("xn", 2); + INavigable4MomentumCollection::dvlinfo(); Athena_test::Leakcheck check; diff --git a/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p2_test.cxx b/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p2_test.cxx index f4524258516..00f981ab6f4 100644 --- a/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p2_test.cxx +++ b/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p2_test.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ /** * @file EventCommonTPCnv/test/INav4MomAssocsCnv_p2_test.cxx @@ -80,6 +80,7 @@ void test1() // Get proxies created. ElementLink<INavigable4MomentumCollection> dum1 ("in", 3); ElementLink<INavigable4MomentumCollection> dum2 ("xn", 2); + INavigable4MomentumCollection::dvlinfo(); Athena_test::Leakcheck check; diff --git a/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p3_test.cxx b/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p3_test.cxx index b39e2af3967..4a10dc19297 100644 --- a/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p3_test.cxx +++ b/Event/EventCommonTPCnv/test/INav4MomAssocsCnv_p3_test.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ /** * @file EventCommonTPCnv/test/INav4MomAssocsCnv_p3_test.cxx @@ -80,6 +80,7 @@ void test1() // Get proxies created. ElementLink<INavigable4MomentumCollection> dum1 ("in", 3); ElementLink<INavigable4MomentumCollection> dum2 ("xn", 2); + INavigable4MomentumCollection::dvlinfo(); Athena_test::Leakcheck check; -- GitLab