summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/ecma/test530.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-12 11:57:08 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-12 11:57:08 (GMT)
commitba050afaaad699e60ca657b311d5c34d038bb89c (patch)
treed4c79e30631c63e8557c6ec893a70dda46aa6cd5 /test/samples/w3c/ecma/test530.scxml
parent45ab2909e17f7e0348ccfe4179f23a897a2fd305 (diff)
downloaduscxml-ba050afaaad699e60ca657b311d5c34d038bb89c.zip
uscxml-ba050afaaad699e60ca657b311d5c34d038bb89c.tar.gz
uscxml-ba050afaaad699e60ca657b311d5c34d038bb89c.tar.bz2
Refactoring for other datamodels
Diffstat (limited to 'test/samples/w3c/ecma/test530.scxml')
-rw-r--r--test/samples/w3c/ecma/test530.scxml4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/samples/w3c/ecma/test530.scxml b/test/samples/w3c/ecma/test530.scxml
index 9361181..0090907 100644
--- a/test/samples/w3c/ecma/test530.scxml
+++ b/test/samples/w3c/ecma/test530.scxml
@@ -18,7 +18,9 @@ is evaluated at the right time, we should get invoke.done, otherwise an error -
</invoke>
<transition event="done.invoke" target="pass"/>
- <transition event="*" target="fail"/>
+ <transition event="*" target="fail">
+ <log expr="_event.name" />
+ </transition>
</state>
<final id="pass"><onentry><log label="Outcome" expr="'pass'"/></onentry></final>