From 5031453ca3861c75ed0d5e586c2fc39309fb11c0 Mon Sep 17 00:00:00 2001 From: eduardo-rodriguesgit <eduardo.rodrigues@cern.ch> Date: Tue, 13 Mar 2018 23:33:05 +0100 Subject: [PATCH] Fix for test io.test_decaytreetuple_mc2010- --- DaVinciTests/tests/options/DVTestDecayTreeTuple-MC2010.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DaVinciTests/tests/options/DVTestDecayTreeTuple-MC2010.py b/DaVinciTests/tests/options/DVTestDecayTreeTuple-MC2010.py index 877146d36..76796fa44 100755 --- a/DaVinciTests/tests/options/DVTestDecayTreeTuple-MC2010.py +++ b/DaVinciTests/tests/options/DVTestDecayTreeTuple-MC2010.py @@ -18,7 +18,7 @@ MessageSvc().Format = "% F%30W%S%7W%R%T %0W%M" from StrippingConf.Configuration import StrippingConf from StrippingConf.StrippingStream import StrippingStream from StrippingArchive.Utils import lineBuilder -lineBuilder = lineBuilder('Stripping17', 'BetaS') +lineBuilder = lineBuilder('Stripping29r2', 'BetaS') line = lineBuilder.lineFromName('StrippingBetaSBd2JpsiKsDetachedLine') stream = StrippingStream("B2JpsiXTest", Lines = [line]) sc = StrippingConf() -- GitLab