summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test354.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test354.scxml')
-rw-r--r--test/w3c/ecma/test354.scxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/ecma/test354.scxml b/test/w3c/ecma/test354.scxml
index ef55794..6c544a4 100644
--- a/test/w3c/ecma/test354.scxml
+++ b/test/w3c/ecma/test354.scxml
@@ -37,10 +37,10 @@ and that correct values are used --><scxml xmlns="http://www.w3.org/2005/07/scxm
<onentry>
<send delay="5s" event="timeout"/>
<send event="event2">
- <content>foo</content>
+ <content>123</content>
</send>
</onentry>
- <transition event="event2" cond="_event.data == 'foo'" target="pass"/>
+ <transition event="event2" cond="_event.data == 123" target="pass"/>
<transition event="*" target="fail"/>
</state>