Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.generator.common.tests/models/CompileTests.room')
-rw-r--r--tests/org.eclipse.etrice.generator.common.tests/models/CompileTests.room8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/org.eclipse.etrice.generator.common.tests/models/CompileTests.room b/tests/org.eclipse.etrice.generator.common.tests/models/CompileTests.room
index 83befe64b..16008a342 100644
--- a/tests/org.eclipse.etrice.generator.common.tests/models/CompileTests.room
+++ b/tests/org.eclipse.etrice.generator.common.tests/models/CompileTests.room
@@ -7,12 +7,8 @@ RoomModel CompileTests {
import StatemachineInterfaceTestInheritedModel.StatemachineInterfaceInheritedTest from "StatemachineInterfaceInheritedTest.room"
import ContinuationTransitionTest.ContinuationTransitionTest from "ContinuationTransitionTest.room"
- SubSystemClass SubSystem_CompileTests {
- @TestInstance
- ActorRef compileTests : CompileTests
- }
-
ActorClass CompileTests {
+ @TestInstance
Structure {
Attribute caseId : int32
@@ -24,7 +20,7 @@ RoomModel CompileTests {
}
Behavior {
ctor {
- "caseId = etUnit_openAll(\"log/testlog\", \"CompileTests\", \"org.eclipse.etrice.generator.common.tests.CompileTests\", \"CompileTests_case\");"
+ "caseId = etUnit_openAll(\".\", \"CompileTests\", \"org.eclipse.etrice.generator.common.tests.CompileTests\", \"CompileTests_case\");"
}
dtor {
"etUnit_closeAll(caseId);"

Back to the top