diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/INav4MomToTrackParticleAssocsCnv_p1_test.cxx b/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/INav4MomToTrackParticleAssocsCnv_p1_test.cxx
index 6084f944a814a7e052e252dbb8d969f12796d955..9d6ad68396ce5deaeab8b94f55d509b8ff02b993 100644
--- a/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/INav4MomToTrackParticleAssocsCnv_p1_test.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/INav4MomToTrackParticleAssocsCnv_p1_test.cxx
@@ -1,8 +1,6 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
-
-// $Id$
 /**
  * @file ParticleEventTPCnv/test/INav4MomToTrackParticleAssocsCnv_p1_test.cxx
  * @author scott snyder <snyder@bnl.gov>
@@ -63,6 +61,9 @@ void test1()
   ElementLink<INavigable4MomentumCollection> dum1 ("in", 3);
   ElementLink<Rec::TrackParticleContainer> dum2   ("tp", 2);
   DataLink<INav4MomToTrackParticleAssocs> storelink ("xstore");
+
+  INavigable4MomentumCollection::dvlinfo();
+
   Athena_test::Leakcheck check;
 
   INav4MomToTrackParticleAssocs trans1;
diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/ParticleShallowCloneCnv_p1_test.cxx b/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/ParticleShallowCloneCnv_p1_test.cxx
index d00a880584e1fa937cd3a5e450c62b341decabbb..b1a526937f9506ba0ef83fad3394dab26b9b8ce0 100644
--- a/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/ParticleShallowCloneCnv_p1_test.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/ParticleShallowCloneCnv_p1_test.cxx
@@ -1,8 +1,6 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
-
-// $Id$
 /**
  * @file ParticleEventTPCnv/test/ParticleShallowCloneCnv_p1_test.cxx
  * @author scott snyder <snyder@bnl.gov>
@@ -62,6 +60,8 @@ void test1()
   SGTest::store.record (c, "cont");
   ElementLink<VxContainer> origin ("vx", 0);
 
+  IParticleContainer::dvlinfo();
+
   Athena_test::Leakcheck check;
   P4Momentum_t mom (100, 200, 300, 400);
   Analysis::ParticleShallowClone trans1 (MasterLink_t ("cont", 0),
diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/ParticleShallowCloneContainerCnv_p1_test.cxx b/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/ParticleShallowCloneContainerCnv_p1_test.cxx
index fd7f3a427e715f7a42351b74d90ae37146ef97ac..4669f4d3a7babae5a3f7e6ae54339b35d34468eb 100644
--- a/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/ParticleShallowCloneContainerCnv_p1_test.cxx
+++ b/PhysicsAnalysis/AnalysisCommon/ParticleEventTPCnv/test/ParticleShallowCloneContainerCnv_p1_test.cxx
@@ -1,8 +1,6 @@
 /*
-  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
-
-// $Id$
 /**
  * @file ParticleEventTPCnv/test/ParticleShallowCloneContainerCnv_p1_test.cxx
  * @author scott snyder <snyder@bnl.gov>
@@ -66,6 +64,8 @@ void test1()
     DataPool<Analysis::ParticleShallowClone> pooldum;
   }
 
+  IParticleContainer::dvlinfo();
+
   Athena_test::Leakcheck check;
 
   P4Momentum_t mom (100, 200, 300, 400);