Skip to content
Snippets Groups Projects
Commit c832e0b4 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

added a missing call to initialise()

parent 468f8c48
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ BOOST_AUTO_TEST_CASE( testMixedGroup ) {
app.testModule.feedingPoll2 >> app.testModule.mixedGroup.consumingPoll2;
app.testModule.feedingPoll3 >> app.testModule.mixedGroup.consumingPoll3;
app.initialise();
app.run();
// single theaded test
......
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