summaryrefslogtreecommitdiffstats
path: root/test/w3c/txml/test208.txml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-01 22:51:30 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-01 22:51:30 (GMT)
commit945160d0539ad119ffc986fac712db76c7203e84 (patch)
treec43e4a7db898026bc62cc20af5061d07736f847e /test/w3c/txml/test208.txml
parentc70d02010ea99e6c8e35da3b767f41f1ee5dce56 (diff)
downloaduscxml-945160d0539ad119ffc986fac712db76c7203e84.zip
uscxml-945160d0539ad119ffc986fac712db76c7203e84.tar.gz
uscxml-945160d0539ad119ffc986fac712db76c7203e84.tar.bz2
More polishing for bindings C# and Java
Diffstat (limited to 'test/w3c/txml/test208.txml')
-rw-r--r--test/w3c/txml/test208.txml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/txml/test208.txml b/test/w3c/txml/test208.txml
index 5a86e6d..cce0316 100644
--- a/test/w3c/txml/test208.txml
+++ b/test/w3c/txml/test208.txml
@@ -8,8 +8,8 @@ we get event1 or an error first, cancel didn't work and we fail. -->
<state id="s0">
<onentry>
- <send id="foo" event="event1" delay="1s"/>
- <send event="event2" delay="5s"/>
+ <send id="foo" event="event1" conf:delay="1"/>
+ <send event="event2" conf:delay="1.5"/>
<cancel sendid="foo"/>
</onentry>