Skip to content
Snippets Groups Projects

Fix test to follow disappearance of a WARNING message

Merged Marco Cattaneo requested to merge tweakTest-run2 into run2-patches
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
<?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<!--
(c) Copyright 2019 CERN for the benefit of the LHCb Collaboration
(c) Copyright 2023 CERN for the benefit of the LHCb Collaboration
This software is distributed under the terms of the GNU General Public
Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
@@ -64,6 +64,6 @@ TFile: name=test_tupletooldoca.root, title=Gaudi Trees, option=CREATE
*............................................................................*
"""
findReferenceBlock(reference_block, stdout, result, causes)
countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 1})
countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0})
</text></argument>
</extension>
Loading