summaryrefslogtreecommitdiffstats
path: root/test/w3c/c89/test513.txt
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-06-06 17:34:14 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-06-06 17:34:14 (GMT)
commitcdc9c7da381aa296dc48c2494adcf9ca941d0851 (patch)
tree87256a9006dec103b964a898d2c177fb3a1f050b /test/w3c/c89/test513.txt
parent88d2ee4fab0c2924da0b9c9bcc238262a05c0602 (diff)
downloaduscxml-cdc9c7da381aa296dc48c2494adcf9ca941d0851.zip
uscxml-cdc9c7da381aa296dc48c2494adcf9ca941d0851.tar.gz
uscxml-cdc9c7da381aa296dc48c2494adcf9ca941d0851.tar.bz2
More encoding tests
Diffstat (limited to 'test/w3c/c89/test513.txt')
-rw-r--r--test/w3c/c89/test513.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/w3c/c89/test513.txt b/test/w3c/c89/test513.txt
new file mode 100644
index 0000000..08e9b01
--- /dev/null
+++ b/test/w3c/c89/test513.txt
@@ -0,0 +1,16 @@
+This is a fully manual test. You send a well formed event to the 'location' URL
+ specified for your SCXML interpreter and check that you get a 200 response code back.
+ One way of doing this, using wget, is shown below (you can use any event name you
+ want, but you must use '_scxmleventname' to indicate the name of the event):
+
+$ wget \
+--post-data='key1=value1&key2=value2' \
+--header '_scxmleventname: test' \
+<!-- URL of your processor goes here -->
+
+--2014-06-25 17:54:49-- http://epikur.local:8090/925c760f-2093-4054-a24c-d972d75f0dcd/basichttp
+Resolving epikur.local (epikur.local)... 10.211.55.2, 10.37.129.2, 10.0.1.54, ...
+Connecting to epikur.local (epikur.local)|10.211.55.2|:8090... connected.
+HTTP request sent, awaiting response... 200 OK
+Length: 0 [text/html]
+Saving to: ‘basichttp’ \ No newline at end of file