summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test/delayedSend/send2.json
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-02-20 21:13:02 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-02-20 21:13:02 (GMT)
commita56f28b0db56ff3e39f0b50e4c55c52b7aeec696 (patch)
tree41cf67ea5cee9593e86272ab55367653fbd1c2f3 /test/scxml-test-framework/test/delayedSend/send2.json
parent7c779099b3acd1fa969dde718299484ebe0d2775 (diff)
downloaduscxml-a56f28b0db56ff3e39f0b50e4c55c52b7aeec696.zip
uscxml-a56f28b0db56ff3e39f0b50e4c55c52b7aeec696.tar.gz
uscxml-a56f28b0db56ff3e39f0b50e4c55c52b7aeec696.tar.bz2
See detailled log
- Builds on windows again - All HTTP requests are no passed into interpreter - New response element to reply with data - Moved basichttp URL - New HTTP servlet invoker to register additional URLs - More bugfixes than I care to mention
Diffstat (limited to 'test/scxml-test-framework/test/delayedSend/send2.json')
-rw-r--r--test/scxml-test-framework/test/delayedSend/send2.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/scxml-test-framework/test/delayedSend/send2.json b/test/scxml-test-framework/test/delayedSend/send2.json
index b219e13..2c1cda6 100644
--- a/test/scxml-test-framework/test/delayedSend/send2.json
+++ b/test/scxml-test-framework/test/delayedSend/send2.json
@@ -1,16 +1,16 @@
{
- "initialConfiguration" : ["a"],
- "events" : [
- {
- "event" : { "name" : "t1" },
- "nextConfiguration" : ["b"]
- },
- {
- "after" : 100,
- "event" : { "name" : "t2" },
- "nextConfiguration" : ["d"]
- }
- ]
+ "initialConfiguration" : ["a"],
+ "events" : [
+ {
+ "event" : { "name" : "t1" },
+ "nextConfiguration" : ["b"]
+ },
+ {
+ "after" : 100,
+ "event" : { "name" : "t2" },
+ "nextConfiguration" : ["d"]
+ }
+ ]
}