summaryrefslogtreecommitdiffstats
path: root/tests/3rdparty/scion-tests/scxml-test-framework/test/send-data/send1.json
diff options
context:
space:
mode:
authorFawzi Mohamed <fawzi.mohamed@theqtcompany.com>2015-02-17 18:52:55 +0100
committerFawzi Mohamed <fawzi.mohamed@theqtcompany.com>2015-02-18 18:26:35 +0200
commit1d77ea247d81958081e10c4038efc00c2da54773 (patch)
tree74a58bda2b1cee2aeb15e9098fe8aaa8c5bfecdb /tests/3rdparty/scion-tests/scxml-test-framework/test/send-data/send1.json
parent80eecc1c5cd54d65e54890db62adc4e40d9c9e86 (diff)
adding SCION testsuite
adding tests from the apache 2.0 licensed https://github.com/jbeard4/SCION Change-Id: I5285e9cded64fa79a9f326ca2ea542dc5c81709a Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
Diffstat (limited to 'tests/3rdparty/scion-tests/scxml-test-framework/test/send-data/send1.json')
-rw-r--r--tests/3rdparty/scion-tests/scxml-test-framework/test/send-data/send1.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/3rdparty/scion-tests/scxml-test-framework/test/send-data/send1.json b/tests/3rdparty/scion-tests/scxml-test-framework/test/send-data/send1.json
new file mode 100644
index 0000000..f21ee8b
--- /dev/null
+++ b/tests/3rdparty/scion-tests/scxml-test-framework/test/send-data/send1.json
@@ -0,0 +1,15 @@
+{
+ "initialConfiguration" : ["a"],
+ "events" : [
+ {
+ "event" : { "name" : "t" },
+ "nextConfiguration" : ["b"]
+ },
+ {
+ "after" : 100,
+ "event" : { "name" : "t2" },
+ "nextConfiguration" : ["e"]
+ }
+ ]
+}
+