summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/txml/test319.txml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/txml/test319.txml')
-rw-r--r--test/samples/w3c/txml/test319.txml25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/samples/w3c/txml/test319.txml b/test/samples/w3c/txml/test319.txml
deleted file mode 100644
index 50e4a97..0000000
--- a/test/samples/w3c/txml/test319.txml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-
-<!-- test that _event is not bound before any event has been raised -->
-
-<scxml initial="s0" conf:datamodel="" version="1.0" xmlns="http://www.w3.org/2005/07/scxml"
- name="machineName" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
-
- <state id="s0">
- <onentry>
- <if conf:systemVarIsBound="_event">
- <raise event="bound"/>
- <else/>
- <raise event="unbound"/>
- </if>
- </onentry>
- <transition event="unbound" conf:targetpass=""/>
- <transition event="bound" conf:targetfail=""/>
-
- </state>
-
-
- <conf:pass/>
- <conf:fail/>
-
-</scxml> \ No newline at end of file