Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/org.eclipse.etrice.generator.common.tests/models/ConfigTest.room4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/org.eclipse.etrice.generator.common.tests/models/ConfigTest.room b/tests/org.eclipse.etrice.generator.common.tests/models/ConfigTest.room
index 50c6934af..9817cb769 100644
--- a/tests/org.eclipse.etrice.generator.common.tests/models/ConfigTest.room
+++ b/tests/org.eclipse.etrice.generator.common.tests/models/ConfigTest.room
@@ -1,10 +1,12 @@
RoomModel ConfigTest {
import room.basic.types.* from "Types.room"
-
+
+ /* if this is included the paths start with the LogicalSystem's name and the configuration mappings don't work
LogicalSystem System_ConfigTest {
SubSystemRef SubSystem_ConfigTest: SubSystemConfigTest
}
+ */
SubSystemClass SubSystemConfigTest {
ActorRef top: ConfigTest_Top_ac

Back to the top