summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test/actionSend/send1.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/scxml-test-framework/test/actionSend/send1.scxml')
-rw-r--r--test/scxml-test-framework/test/actionSend/send1.scxml38
1 files changed, 17 insertions, 21 deletions
diff --git a/test/scxml-test-framework/test/actionSend/send1.scxml b/test/scxml-test-framework/test/actionSend/send1.scxml
index dcccc56..5c62852 100644
--- a/test/scxml-test-framework/test/actionSend/send1.scxml
+++ b/test/scxml-test-framework/test/actionSend/send1.scxml
@@ -15,27 +15,23 @@
limitations under the License.
-->
<scxml
- xmlns="http://www.w3.org/2005/07/scxml"
- version="1.0"
- datamodel="ecmascript"
- id="root">
-
- <initial id="intitial1">
- <transition target="a"/>
- </initial>
-
- <state id="a">
- <transition target="b" event="t">
- <raise event="s"/>
- </transition>
- </state>
-
- <state id="b">
- <transition target="c" event="s"/>
- </state>
-
- <state id="c">
- </state>
+ datamodel="ecmascript"
+ xmlns="http://www.w3.org/2005/07/scxml"
+ initial="a"
+ version="1.0">
+
+ <state id="a">
+ <transition target="b" event="t">
+ <raise event="s"/>
+ </transition>
+ </state>
+
+ <state id="b">
+ <transition target="c" event="s"/>
+ </state>
+
+ <state id="c">
+ </state>
</scxml>