summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test500.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test500.scxml')
-rw-r--r--test/w3c/lua/test500.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test500.scxml b/test/w3c/lua/test500.scxml
index 527d36d..5139001 100644
--- a/test/w3c/lua/test500.scxml
+++ b/test/w3c/lua/test500.scxml
@@ -2,7 +2,7 @@
<!-- test that location field is found inside entry for SCXML Event I/O processor -->
<scxml xmlns="http://www.w3.org/2005/07/scxml" initial="s0" version="1.0" datamodel="lua">
<datamodel>
- <data expr="FIXME" id="testvar1"/>
+ <data expr="_ioprocessors['http://www.w3.org/TR/scxml/#SCXMLEventProcessor'].location" id="testvar1"/>
</datamodel>
<state id="s0">
<transition cond="testvar1 ~= nil" target="pass"/>