From c832e0b453cbf1350c8fab31ebc7543901e58512 Mon Sep 17 00:00:00 2001
From: Martin Hierholzer <martin.hierholzer@desy.de>
Date: Mon, 14 Nov 2016 16:06:44 +0100
Subject: [PATCH] added a missing call to initialise()

---
 tests/executables_src/testVariableGroup.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/executables_src/testVariableGroup.cc b/tests/executables_src/testVariableGroup.cc
index b00a45b5..71e021f4 100644
--- a/tests/executables_src/testVariableGroup.cc
+++ b/tests/executables_src/testVariableGroup.cc
@@ -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
-- 
GitLab