summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test518.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test518.scxml')
-rw-r--r--test/w3c/lua/test518.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test518.scxml b/test/w3c/lua/test518.scxml
index 35b0db6..14576ed 100644
--- a/test/w3c/lua/test518.scxml
+++ b/test/w3c/lua/test518.scxml
@@ -7,7 +7,7 @@
<state id="s0">
<onentry>
<send event="timeout" delay="30s"/>
- <send event="test" type="http://www.w3.org/TR/scxml/#BasicHTTPEventProcessor" namelist="testvar1" targetexpr="FIXME"/>
+ <send event="test" type="http://www.w3.org/TR/scxml/#BasicHTTPEventProcessor" namelist="testvar1" targetexpr="_ioprocessors.basichttp.location"/>
</onentry>
<transition event="test" cond="_event.data.testvar1==2" target="pass"/>
<transition event="*" target="fail"/>