summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-19 20:36:56 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-19 20:36:56 (GMT)
commit08eff21dfbdbf7d20e1b96ff2f00882ec0a87b08 (patch)
tree20e03566d2b7569d1bb520d7d2ad4bc4fb6e2cee /test
parent3d790497c67b07149f8563dbae39856aa961e74d (diff)
downloaduscxml-08eff21dfbdbf7d20e1b96ff2f00882ec0a87b08.zip
uscxml-08eff21dfbdbf7d20e1b96ff2f00882ec0a87b08.tar.gz
uscxml-08eff21dfbdbf7d20e1b96ff2f00882ec0a87b08.tar.bz2
Support for complex event.data in prolog datamodel
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>