summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/tests/test322.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/tests/test322.scxml')
-rw-r--r--test/samples/w3c/tests/test322.scxml2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/samples/w3c/tests/test322.scxml b/test/samples/w3c/tests/test322.scxml
index 3e8835c..2c7f536 100644
--- a/test/samples/w3c/tests/test322.scxml
+++ b/test/samples/w3c/tests/test322.scxml
@@ -12,7 +12,9 @@ be assigned to --><scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="ht
<state id="s1">
<onentry>
+ <log expr="_sessionid" />
<assign location="_sessionid" expr="'otherName'"/>
+ <log expr="_sessionid" />
<raise event="foo"/>
</onentry>