Skip to content
Snippets Groups Projects
Commit 430ebfa7 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Adapt tests to the removal of HepMC related dictionaries

parent 841352da
No related branches found
No related tags found
1 merge request!65Draft: Adapt tests to the removal of HepMC related dictionaries
Pipeline #9902456 passed
...@@ -19,8 +19,7 @@ Run a grid of track states through various extrapolators, and dump the extrapola ...@@ -19,8 +19,7 @@ Run a grid of track states through various extrapolators, and dump the extrapola
</set></argument> </set></argument>
<argument name="reference"><text>../refs/test_magfieldsvc.ref</text></argument> <argument name="reference"><text>../refs/test_magfieldsvc.ref</text></argument>
<argument name="validator"><text> <argument name="validator"><text>
from GaudiConf.QMTest.LHCbExclusions import preprocessor from GaudiConf.QMTest.LHCbExclusions import preprocessor, ignore_missing_hepmc_dicts
preprocessor = preprocessor + \ validateWithReference(preproc = preprocessor + ignore_missing_hepmc_dicts)
validateWithReference(preproc = preprocessor)
</text></argument> </text></argument>
</extension> </extension>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment