From c5e939ebca6576a089a4d3c8101f61fd7553371c Mon Sep 17 00:00:00 2001 From: Henrik Rentz-Reichert Date: Wed, 23 Feb 2011 23:10:45 +0100 Subject: applied patch 2 of https://bugs.eclipse.org/bugs/show_bug.cgi?id=337075 Thanks for the contribution!--- .../eclipse/etrice/integration/tests/IntegrationTestFSMGenerator.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration') diff --git a/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestFSMGenerator.java b/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestFSMGenerator.java index 69b32e69a..ff7d5f9fb 100644 --- a/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestFSMGenerator.java +++ b/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestFSMGenerator.java @@ -48,6 +48,8 @@ public class IntegrationTestFSMGenerator { main_component.init(); // lifecycle init main_component.start(); // lifecycle start + RTServices.getInstance().getMsgSvcCtrl().waitTerminate(); + // TODOTS: Test broken -> repair after changes for multi threading // main_component.waitTerminate(); -- cgit v1.2.3