summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-06-12 11:08:11 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-06-12 11:08:11 (GMT)
commitd22ea4f60d6fee6a7dc564e5e83719eb2c189425 (patch)
tree9d88fc50d49cfe89882ee49882ba587e6ca1627d /test/samples/uscxml
parentd3dd2adb09170f2d60d32ff568251209ab4297b1 (diff)
downloaduscxml-d22ea4f60d6fee6a7dc564e5e83719eb2c189425.zip
uscxml-d22ea4f60d6fee6a7dc564e5e83719eb2c189425.tar.gz
uscxml-d22ea4f60d6fee6a7dc564e5e83719eb2c189425.tar.bz2
Some SWI prolog fixes
Diffstat (limited to 'test/samples/uscxml')
-rw-r--r--test/samples/uscxml/test-prolog.scxml10
1 files changed, 9 insertions, 1 deletions
diff --git a/test/samples/uscxml/test-prolog.scxml b/test/samples/uscxml/test-prolog.scxml
index 54734cf..3fe7608 100644
--- a/test/samples/uscxml/test-prolog.scxml
+++ b/test/samples/uscxml/test-prolog.scxml
@@ -48,9 +48,17 @@
</send>
</onentry>
<transition
- target="end"
+ target="idle"
event="foo"
cond="member(element('p',_,_), X), event(data(X))" />
</state>
+
+ <state id="idle">
+ <transition event="http.post" target="idle">
+ <log expr="listing." />
+ <respond status="200" to="event(origin(X))" />
+ </transition>
+ </state>
+
<state id="end" final="true" />
</scxml>