From 1d77ea247d81958081e10c4038efc00c2da54773 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed Date: Tue, 17 Feb 2015 18:52:55 +0100 Subject: adding SCION testsuite adding tests from the apache 2.0 licensed https://github.com/jbeard4/SCION Change-Id: I5285e9cded64fa79a9f326ca2ea542dc5c81709a Reviewed-by: Fawzi Mohamed --- .../scxml-test-framework/test/send-data/send1.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/3rdparty/scion-tests/scxml-test-framework/test/send-data/send1.json (limited to 'tests/3rdparty/scion-tests/scxml-test-framework/test/send-data/send1.json') 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"] + } + ] +} + -- cgit v1.2.3