summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/samples/uscxml/test-umundo-s11n-chat.scxml11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/samples/uscxml/test-umundo-s11n-chat.scxml b/test/samples/uscxml/test-umundo-s11n-chat.scxml
index df645a1..4c1ccf3 100644
--- a/test/samples/uscxml/test-umundo-s11n-chat.scxml
+++ b/test/samples/uscxml/test-umundo-s11n-chat.scxml
@@ -1,12 +1,15 @@
<scxml datamodel="prolog">
<state id="start">
<invoke type="umundo" id="umundo">
- <param name="type" expr="'/Users/sradomski/Documents/TK/Code/umundo/examples/cpp/s11n/chat/proto/ChatS11N.proto'" />
- <param name="channel" expr="'s11nChat'" />
- <finalize><log label="index" expr="event(X)" /></finalize>
+ <param name="type" expr="/Users/sradomski/Documents/TK/Code/umundo/examples/cpp/s11n/chat/proto/ChatS11N.proto" />
+ <param name="channel" expr="s11nChat" />
+ <finalize>
+ <!-- <script type="query">listing.</script> -->
+ <log expr="event(X)" />
+ </finalize>
</invoke>
<onentry>
- <log expr="'Entering start'" />
+ <log expr="Entering start" />
<!-- send target="#_scxml.umundo" delay="0s" event="send" / -->
</onentry>
</state>