summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/txml/test543.txml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/txml/test543.txml')
-rw-r--r--test/samples/w3c/txml/test543.txml22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/samples/w3c/txml/test543.txml b/test/samples/w3c/txml/test543.txml
deleted file mode 100644
index d179749..0000000
--- a/test/samples/w3c/txml/test543.txml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
- <!-- test that event fields are present as children of _event -->
-
- <scxml xmlns="http://www.w3.org/2005/07/scxml" name="scxmltest"
- xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="xpath">
-
-
-<state id="s0">
- <onentry>
- <!-- event isn't bound until an event is raised -->
- <raise event="someevent"/>
- </onentry>
- <!-- origintype sendid, invokeid and data will not be bound in this event. name, type, and origin
- are guaranteed to be there. -->
- <transition event="*" cond="$_event/name and $_event/origin and $_event/type" conf:targetpass=""/>
- <transition event="*" conf:targetfail=""/>
- </state>
-
-<conf:pass/>
-<conf:fail/>
-
-</scxml> \ No newline at end of file