summaryrefslogtreecommitdiffstats
path: root/tests/3rdparty/scion-tests/scxml-test-framework/test/content-expr-in-send/test0.txml.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-01-06 15:31:28 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-02-08 10:59:18 +0000
commit0b67b42e70e9b40af1be760a06016bb936d0ae17 (patch)
tree24de92f0087007ace18c7bfb9c7ca80c59873e9a /tests/3rdparty/scion-tests/scxml-test-framework/test/content-expr-in-send/test0.txml.json
parent4a91ff164a365ab462738f654e11ce47b45e229d (diff)
Make the content/expr test compliant
We cannot add both an 'event' attribute and a <content> element to <send>, and we cannot match anonymous events in transitions. We can receive them in the C++ code, though. Change-Id: Ieef7aba3fee79181c56002a0334f9f8e4af4df14 Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
Diffstat (limited to 'tests/3rdparty/scion-tests/scxml-test-framework/test/content-expr-in-send/test0.txml.json')
-rw-r--r--tests/3rdparty/scion-tests/scxml-test-framework/test/content-expr-in-send/test0.txml.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/3rdparty/scion-tests/scxml-test-framework/test/content-expr-in-send/test0.txml.json b/tests/3rdparty/scion-tests/scxml-test-framework/test/content-expr-in-send/test0.txml.json
index 2b697c0..277863c 100644
--- a/tests/3rdparty/scion-tests/scxml-test-framework/test/content-expr-in-send/test0.txml.json
+++ b/tests/3rdparty/scion-tests/scxml-test-framework/test/content-expr-in-send/test0.txml.json
@@ -1,4 +1,9 @@
{
"initialConfiguration" : ["pass"],
- "events" : []
+ "expectedEvents" : [
+ { "data" : "blah" },
+ { "name" : "timeout", "data" : {"p" : "v"} },
+ { "data" : {"p" : "v"} },
+ { "name" : "timeout" }
+ ]
}