diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-06-12 23:02:12 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-06-12 23:02:12 (GMT) |
commit | 57510db0f3f10f85ecea53376ccf40688e2475bd (patch) | |
tree | a5c19df017c945ab1c931c979ed2dbad1afe25e2 /test/samples | |
parent | d22ea4f60d6fee6a7dc564e5e83719eb2c189425 (diff) | |
download | uscxml-57510db0f3f10f85ecea53376ccf40688e2475bd.zip uscxml-57510db0f3f10f85ecea53376ccf40688e2475bd.tar.gz uscxml-57510db0f3f10f85ecea53376ccf40688e2475bd.tar.bz2 |
Fixed build issues on unices
Diffstat (limited to 'test/samples')
-rw-r--r-- | test/samples/uscxml/test-prolog.scxml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/samples/uscxml/test-prolog.scxml b/test/samples/uscxml/test-prolog.scxml index 3fe7608..8ccfd6b 100644 --- a/test/samples/uscxml/test-prolog.scxml +++ b/test/samples/uscxml/test-prolog.scxml @@ -1,5 +1,6 @@ <scxml datamodel="prolog"> <datamodel> + <data src="" /> <data id="father"> bob, jim. bob, john. @@ -58,6 +59,10 @@ <log expr="listing." /> <respond status="200" to="event(origin(X))" /> </transition> + <transition event="http.post" cond="" target="idle"> + <log expr="listing." /> + <respond status="200" to="event(origin(X))" /> + </transition> </state> <state id="end" final="true" /> |