Skip to content
Snippets Groups Projects
Commit 047af8e9 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

The (Athena) unit tests now explicitly set the max bunch spacing to 150 ns.

Since they test Run 1 configurations as well, which need this setting...
parent 42553dd6
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ int main() {
// Create the tool to be tested:
Trig::StaticBunchCrossingTool tool;
SIMPLE_CHECK( tool.setProperty( "OutputLevel", MSG::DEBUG ) );
SIMPLE_CHECK( tool.setProperty( "MaxBunchSpacing", 150 ) );
// Try to load some configurations:
SIMPLE_CHECK( tool.loadConfig( 1 ) );
......
......@@ -37,6 +37,7 @@ int main() {
SIMPLE_CHECK( tool.setProperty( "OutputLevel", MSG::DEBUG ) );
SIMPLE_CHECK( tool.setProperty( "ServerAddress",
"atlas-trigconf.cern.ch" ) );
SIMPLE_CHECK( tool.setProperty( "MaxBunchSpacing", 150 ) );
// Try to load some configurations by key:
SIMPLE_CHECK( tool.loadConfig( 104 ) );
......
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