diff --git a/AtlasTest/ControlTest/python/test_cfgItemList.py b/AtlasTest/ControlTest/python/test_cfgItemList.py
index ac75dcc2f4ed40742ed6078d847fcf2391d622f9..1f434ea65bd4331328f8a32839347734d4a7b57f 100644
--- a/AtlasTest/ControlTest/python/test_cfgItemList.py
+++ b/AtlasTest/ControlTest/python/test_cfgItemList.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 
 from AthenaCommon.Constants import VERBOSE,INFO
 from AthenaCommon.KeyStore import CfgItemList
@@ -49,10 +49,6 @@ StreamESD.ItemList = esdList()
 
 msg.info( "ESD item list: %r", esdList() )
 
-StreamESD = AthenaPoolOutputStream( "StreamESD" )
-StreamESD.ItemList = esdList()
-msg.info( "ESD item list: %r",StreamESD.ItemList )
-
 msg.info( "removing TrigEsd item list" )
 del esdList.TrigEsd
 StreamESD.ItemList = esdList()
diff --git a/AtlasTest/ControlTest/share/test_cfgItemList.ref b/AtlasTest/ControlTest/share/test_cfgItemList.ref
index 28aeccbef3951e9cf37f9199dbc939112c3dd809..332aeae8bd800d108bdf6462a9d8f8ac3b590a30 100644
--- a/AtlasTest/ControlTest/share/test_cfgItemList.ref
+++ b/AtlasTest/ControlTest/share/test_cfgItemList.ref
@@ -3,14 +3,13 @@ Py:Athena            INFO Should see a warning about attempt at adding invalid e
 Py:CfgItemList    WARNING Attempt to add an invalid element: 'Bla#Blah*'
 Py:CfgItemList    WARNING      ==> Ignoring invalid element: 'Bla#Blah*'
 Py:Athena            INFO Creating an AthenaPoolOutputStream...
-Py:Athena            INFO using release [WorkDir-22.0.1] [x86_64-slc6-gcc62-opt] [atlas-work3e/f3b8d1f32f4] -- built on [2018-09-06T2000]
-Py:ConfigurableDb    INFO Read module info for 5528 configurables from 12 genConfDb files
+Py:Athena            INFO using release [WorkDir-22.0.1] [x86_64-centos7-gcc8-opt] [atlas-work3/d3f8824dfe7] -- built on [2019-02-23T1624]
+Py:ConfigurableDb    INFO Read module info for 5463 configurables from 40 genConfDb files
 Py:ConfigurableDb    INFO No duplicates have been found: that's good !
 Py:Athena            INFO ESD item list: ['CaloCellContainer#Boo', 'CaloClusterContainer#BooBoo', 'JetCollection#HLT_AutoKey*', 'VxContainer#Conversions']
-Py:Athena            INFO ESD item list: ['CaloCellContainer#Boo', 'CaloClusterContainer#BooBoo', 'JetCollection#HLT_AutoKey*', 'VxContainer#Conversions']
 Py:Athena            INFO removing TrigEsd item list
 Py:Athena            INFO ESD item list: ['CaloCellContainer#Boo', 'CaloClusterContainer#BooBoo', 'VxContainer#Conversions']
-Py:Athena            INFO '<AthenaOutputStream/FooFoo at 0x1b88850>' is not a CfgItemList
+Py:Athena            INFO '<AthenaOutputStream/FooFoo at 0x13b8850>' is not a CfgItemList
 Py:Athena            INFO Error has been caught, good
 Py:Athena            INFO ESD item list: ['CaloCellContainer#Boo', 'CaloClusterContainer#BooBoo', 'VxContainer#Conversions']
 Py:Athena            INFO InDet list: ['AnotherVxContainer#Conversions', 'VxContainer#Conversions']