Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Belle2021-05-21 10:41:46 +0000
committerJan Belle2021-05-21 18:02:48 +0000
commit6e540ee2a83442368153f5e15deac0651af0c4e0 (patch)
tree7bde9643b4c2f8da5b540eb73b42f0f9fdab7273 /tests
parentba6d32f530430f0bec5e162cfa801d9dff999a7b (diff)
downloadorg.eclipse.etrice-6e540ee2a83442368153f5e15deac0651af0c4e0.tar.gz
org.eclipse.etrice-6e540ee2a83442368153f5e15deac0651af0c4e0.tar.xz
org.eclipse.etrice-6e540ee2a83442368153f5e15deac0651af0c4e0.zip
[core.common] Fix import statement validation
If Eclipse is not running, the global resource descriptions don't exist. In this case the import helper throws an exception that is silently ignored by Xtext. Change-Id: I9a488ccee84f8f00bc1df8f9cd0fff5f7553d3ec
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.etrice.generator.common.tests/model/compileTest/CompileTest.room1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/org.eclipse.etrice.generator.common.tests/model/compileTest/CompileTest.room b/tests/org.eclipse.etrice.generator.common.tests/model/compileTest/CompileTest.room
index 53f4bfc9c..2811f86e7 100644
--- a/tests/org.eclipse.etrice.generator.common.tests/model/compileTest/CompileTest.room
+++ b/tests/org.eclipse.etrice.generator.common.tests/model/compileTest/CompileTest.room
@@ -2,7 +2,6 @@ RoomModel CompileTest {
import etrice.api.types.int32
import etrice.api.annotations.TestInstance
- import DetailExpressionTest.DetailExpressionTest
import StatemachineInterfaceTest.StatemachineInterfaceTest
import StatemachineInterfaceInheritedTest.StatemachineInterfaceInheritedTest
import ContinuationTransitionTest.ContinuationTransitionTest

Back to the top