Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.core.room.tests/models/test.room')
-rw-r--r--tests/org.eclipse.etrice.core.room.tests/models/test.room60
1 files changed, 30 insertions, 30 deletions
diff --git a/tests/org.eclipse.etrice.core.room.tests/models/test.room b/tests/org.eclipse.etrice.core.room.tests/models/test.room
index 65736f703..69dc16af5 100644
--- a/tests/org.eclipse.etrice.core.room.tests/models/test.room
+++ b/tests/org.eclipse.etrice.core.room.tests/models/test.room
@@ -1,30 +1,30 @@
-RoomModel test {
- ProtocolClass MyProtocol {
- incoming {
- Message in1()
- }
- outgoing {
- }
- }
-
- ActorClass A {
- Interface {
- Port p: MyProtocol
- }
- }
-
- ActorClass B {
- Interface {
- Port p: MyProtocol
- }
- }
-
- ActorClass C {
- Structure {
- ActorRef a: A
- ActorRef b: B
-
- Binding a.p and b.p
- }
- }
-}
+RoomModel test {
+ ProtocolClass MyProtocol {
+ incoming {
+ Message in1()
+ }
+ outgoing {
+ }
+ }
+
+ ActorClass A {
+ Interface {
+ Port p: MyProtocol
+ }
+ }
+
+ ActorClass B {
+ Interface {
+ Port p: MyProtocol
+ }
+ }
+
+ ActorClass C {
+ Structure {
+ ActorRef a: A
+ ActorRef b: B
+
+ Binding a.p and b.p
+ }
+ }
+}

Back to the top