summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test510.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test510.scxml')
-rw-r--r--test/w3c/lua/test510.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test510.scxml b/test/w3c/lua/test510.scxml
index 2ccd802..f00b8a4 100644
--- a/test/w3c/lua/test510.scxml
+++ b/test/w3c/lua/test510.scxml
@@ -4,7 +4,7 @@
<state id="s0">
<onentry>
<send event="timeout" delay="30s"/>
- <send event="test" type="http://www.w3.org/TR/scxml/#BasicHTTPEventProcessor" targetexpr="FIXME"/>
+ <send event="test" type="http://www.w3.org/TR/scxml/#BasicHTTPEventProcessor" targetexpr="_ioprocessors.basichttp.location"/>
<!-- this creates an internal event -->
<raise event="internal"/>
</onentry>