summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml/test-umundo-pingpong.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/uscxml/test-umundo-pingpong.scxml')
-rw-r--r--test/samples/uscxml/test-umundo-pingpong.scxml21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/samples/uscxml/test-umundo-pingpong.scxml b/test/samples/uscxml/test-umundo-pingpong.scxml
deleted file mode 100644
index 93be19d..0000000
--- a/test/samples/uscxml/test-umundo-pingpong.scxml
+++ /dev/null
@@ -1,21 +0,0 @@
-<scxml datamodel="ecmascript">
- <script src="http://uscxml.tk.informatik.tu-darmstadt.de/scripts/dump.js" />
- <state id="start">
- <invoke type="heartbeat" id="heartbeat.1s">
- <param name="interval" expr="'1s'" />
- </invoke>
- <!-- invoke type="umundo" id="scxml.umundo">
- <param name="channel" expr="'pingpong'" />
- <finalize>
- <script>
- dump(_event);
- </script>
- </finalize>
- </invoke -->
- <onentry>
- <log expr="'Entering start'" />
- <!-- send target="#_scxml.umundo" delay="0s" event="send" / -->
- </onentry>
- <transition target="start" event="heartbeat" />
- </state>
-</scxml> \ No newline at end of file