From dee2e09b2c8ea3f1b17045ca241feb4d89579960 Mon Sep 17 00:00:00 2001 From: Rosen Matev <rosen.matev@cern.ch> Date: Tue, 13 Sep 2022 16:36:19 +0200 Subject: [PATCH] Adapt number of expected warnings --- .../qmtest/tupling.qms/test_davinci_tupling_mc_recinfo.qmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_mc_recinfo.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_mc_recinfo.qmt index c5edbd2f2..aef259b56 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_mc_recinfo.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_mc_recinfo.qmt @@ -23,7 +23,7 @@ </text></argument> <argument name="validator"><text> from DaVinciTests.QMTest.DaVinciExclusions import remove_known_warnings -countErrorLines({"FATAL": 0, "WARNING": 0, "ERROR": 0}, +countErrorLines({"FATAL": 0, "WARNING": 1, "ERROR": 0}, stdout=remove_known_warnings(stdout)) import sys, os from ROOT import TFile -- GitLab