Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2011-02-23 22:10:45 +0000
committerHenrik Rentz-Reichert2011-03-05 06:01:48 +0000
commitd70354487c598440ffb52d84547dd77eac9f2b5d (patch)
tree74ecfefe28cbee5399f14ffa446c9f84f6001950 /tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice
parentf92aed461a3efdb9697c766fd6f8112d6c2bd052 (diff)
downloadorg.eclipse.etrice-d70354487c598440ffb52d84547dd77eac9f2b5d.tar.gz
org.eclipse.etrice-d70354487c598440ffb52d84547dd77eac9f2b5d.tar.xz
org.eclipse.etrice-d70354487c598440ffb52d84547dd77eac9f2b5d.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