summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test307.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test307.scxml')
-rw-r--r--test/w3c/ecma/test307.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test307.scxml b/test/w3c/ecma/test307.scxml
index 61f49fc..726bddd 100644
--- a/test/w3c/ecma/test307.scxml
+++ b/test/w3c/ecma/test307.scxml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" version="1.0" initial="s0" binding="late">
+<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" binding="late">
<!-- with binding=late, in s0 we access a variable that isn't created until we get to s1. Then in s1
we access a non-existent substructure of a variable. We use log tags to report the values that both operations
yield, and whether there are errors. This is a manual test, since the tester must report whether the output