summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/xpath/test201.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/xpath/test201.scxml')
-rw-r--r--test/samples/w3c/xpath/test201.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/w3c/xpath/test201.scxml b/test/samples/w3c/xpath/test201.scxml
index f988e7e..8f4e285 100644
--- a/test/samples/w3c/xpath/test201.scxml
+++ b/test/samples/w3c/xpath/test201.scxml
@@ -3,7 +3,7 @@ test since platforms are not required to support basic http event i/o --><scxml
<state id="s0">
<onentry>
- <send type="http://www.w3.org/TR/scxml/#BasicHTTPEventProcessor" event="event1"/>
+ <send type="http://www.w3.org/TR/scxml/#BasicHTTPEventProcessor" targetexpr="$_ioprocessors/processor[@name=&#34;http://www.w3.org/TR/scxml/#BasicHTTPEventProcessor&#34;]/location/text()" event="event1"/>
<send event="timeout"/>
</onentry>