summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-22 16:36:59 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-22 16:36:59 (GMT)
commitfe6c55bf935449d28a697530b3c83b461be7bb48 (patch)
treec07d5910cff3daadaf04e59d32be187418bc2949 /test
parent948fbc12c1b4e48a24b18a84878bd560cbaf91a7 (diff)
downloaduscxml-fe6c55bf935449d28a697530b3c83b461be7bb48.zip
uscxml-fe6c55bf935449d28a697530b3c83b461be7bb48.tar.gz
uscxml-fe6c55bf935449d28a697530b3c83b461be7bb48.tar.bz2
Email Attachments and Prolog Version Fixes
Diffstat (limited to 'test')
-rw-r--r--test/samples/uscxml/test-smtp.scxml14
1 files changed, 8 insertions, 6 deletions
diff --git a/test/samples/uscxml/test-smtp.scxml b/test/samples/uscxml/test-smtp.scxml
index 7c3ad22..44a0176 100644
--- a/test/samples/uscxml/test-smtp.scxml
+++ b/test/samples/uscxml/test-smtp.scxml
@@ -12,18 +12,20 @@
<state id="main">
<invoke type="smtp" id="smtp">
+ <param name="ssl" expr="'true'" />
<param name="username" expr="'username'" />
<param name="password" expr="'password'" />
<param name="server" expr="'smtp://example.com:587'" />
</invoke>
<transition event="invoke.success.smtp">
- <file operation="read"
- sandbox="off"
- url="file:///Users/sradomski/Documents/TK/Presentations/umundo/umundo-techtalk.pdf"
- callback="file.load.success"
- type="binary"
- mimetype="application/pdf"
+ <file
+ operation="read"
+ sandbox="off"
+ url="file:///Users/sradomski/Documents/TK/Presentations/umundo/umundo-techtalk.pdf"
+ callback="file.load.success"
+ type="binary"
+ mimetype="application/pdf"
/>
</transition>