Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2011-02-23 22:10:45 +0000
committerHenrik Rentz-Reichert2011-02-23 22:10:45 +0000
commitc5e939ebca6576a089a4d3c8101f61fd7553371c (patch)
tree0eb9c803244e79b691eb351ad4d828bab6e0e34f /tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice
parentf2c3d8e1319515d3ab14323a15cb75df7af28c16 (diff)
downloadorg.eclipse.etrice-c5e939ebca6576a089a4d3c8101f61fd7553371c.tar.gz
org.eclipse.etrice-c5e939ebca6576a089a4d3c8101f61fd7553371c.tar.xz
org.eclipse.etrice-c5e939ebca6576a089a4d3c8101f61fd7553371c.zip
applied patch 2 of
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337075 Thanks for the contribution!
Diffstat (limited to 'tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice')
-rw-r--r--tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestFSMGenerator.java2
1 files changed, 2 insertions, 0 deletions
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();

Back to the top