summaryrefslogtreecommitdiffstats
path: root/test/uscxml/test-xhtml-invoker.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/uscxml/test-xhtml-invoker.scxml')
-rw-r--r--test/uscxml/test-xhtml-invoker.scxml6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/uscxml/test-xhtml-invoker.scxml b/test/uscxml/test-xhtml-invoker.scxml
index 0d85ffd..3a868a9 100644
--- a/test/uscxml/test-xhtml-invoker.scxml
+++ b/test/uscxml/test-xhtml-invoker.scxml
@@ -113,7 +113,11 @@
<state id="arbitraryURL">
<!-- simply open some arbitrary URL, we cannot communicate with these -->
- <invoke src="http://www.heise.de" type="xhtml" id="xhtml1" />
+ <invoke src="http://www.heise.de" type="xhtml" id="xhtml1">
+ <finalize>
+ <script>dump(_event);</script>
+ </finalize>
+ </invoke>
<onentry>
<!-- we need a delayed send for this to be a stable configuration for the invoker -->
<send event="continue" delay="10ms" />