summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml/test-execution.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-25 01:41:49 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-25 01:41:49 (GMT)
commit32921490d0d7dc0a2e0828e6f1051e74d27550cf (patch)
treefe0a816013ddfb2c4d8b2fa885a6b56c61e670f8 /test/samples/uscxml/test-execution.scxml
parent3be96d1aa3024c1acc129e587f5d3165c9434e48 (diff)
downloaduscxml-32921490d0d7dc0a2e0828e6f1051e74d27550cf.zip
uscxml-32921490d0d7dc0a2e0828e6f1051e74d27550cf.tar.gz
uscxml-32921490d0d7dc0a2e0828e6f1051e74d27550cf.tar.bz2
Started to resolve scxml-test-framework tests from SCION suite
Diffstat (limited to 'test/samples/uscxml/test-execution.scxml')
-rw-r--r--test/samples/uscxml/test-execution.scxml6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/samples/uscxml/test-execution.scxml b/test/samples/uscxml/test-execution.scxml
index ada1a17..13373ba 100644
--- a/test/samples/uscxml/test-execution.scxml
+++ b/test/samples/uscxml/test-execution.scxml
@@ -1,4 +1,8 @@
-<scxml initial="step2">
+<?xml version="1.0" encoding="UTF-8"?>
+<scxml
+ xmlns="http://www.w3.org/2005/07/scxml"
+ version="1.0"
+ initial="step2">
<state id="start">
<onentry>
<log expr="'Entered State: start'" />