summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/tests/test303.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/tests/test303.scxml')
-rw-r--r--test/samples/w3c/tests/test303.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/w3c/tests/test303.scxml b/test/samples/w3c/tests/test303.scxml
index 2fa5b27..dcb3490 100644
--- a/test/samples/w3c/tests/test303.scxml
+++ b/test/samples/w3c/tests/test303.scxml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?><!-- to test that scripts are run as part of executable content, we check that it changes the value of a var at the
-right point. This test is valid only for datamodels that support scripting --><scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" datamodel="ecmascript" version="1.0" initial="s0">
+right point. This test is valid only for datamodels that support scripting --><scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" version="1.0" initial="s0">
<datamodel>
<data id="Var1" expr="0"/>
</datamodel>