diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-01-07 12:56:46 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-01-07 12:56:46 (GMT) |
commit | 9629ef3f969e31dfd19efa27e62487fc46610416 (patch) | |
tree | 5e8e260de55b4e65dd49f2d81d2fc61b46844224 /test/samples | |
parent | 0388c7ac478187ff8d264b6e0275a4c4a43796b9 (diff) | |
download | uscxml-9629ef3f969e31dfd19efa27e62487fc46610416.zip uscxml-9629ef3f969e31dfd19efa27e62487fc46610416.tar.gz uscxml-9629ef3f969e31dfd19efa27e62487fc46610416.tar.bz2 |
Fixes for the Prolog datamodel
Diffstat (limited to 'test/samples')
-rw-r--r-- | test/samples/uscxml/test-prolog.scxml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/samples/uscxml/test-prolog.scxml b/test/samples/uscxml/test-prolog.scxml index dd299a0..a0a79cb 100644 --- a/test/samples/uscxml/test-prolog.scxml +++ b/test/samples/uscxml/test-prolog.scxml @@ -23,7 +23,7 @@ </data> </datamodel> <state id="start"> - <invoke type="http://www.w3.org/TR/scxml/" autoforward="true"> + <!-- invoke type="http://www.w3.org/TR/scxml/" autoforward="true"> <content> <scxml datamodel="prolog" name="inner"> <state id="idle"> @@ -39,7 +39,7 @@ <state id="end" final="true" /> </scxml> </content> - </invoke> + </invoke --> <state id="s1"> <onentry> @@ -65,8 +65,7 @@ <log label="child" expr="child(X)" /> </foreach> </onentry> - <transition event="inner" - target="s2" + <transition target="s2" cond="mother(martha, X), father(bob, X), in(s1)"/> </state> <state id="s2"> |