summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test519.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-06-25 21:05:44 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-06-25 21:05:44 (GMT)
commite3767be4f9c5874d9c996200f2e9705ce31a5976 (patch)
treebe3d06f550286e23eeb3252277c1a2b7d12554ef /test/w3c/ecma/test519.scxml
parent758bda908ded461c9d34d274a18454ffba4b7450 (diff)
downloaduscxml-e3767be4f9c5874d9c996200f2e9705ce31a5976.zip
uscxml-e3767be4f9c5874d9c996200f2e9705ce31a5976.tar.gz
uscxml-e3767be4f9c5874d9c996200f2e9705ce31a5976.tar.bz2
Work on bindings
- Introduced exceptions into C# and Java - Moved binding examples to /embedding - Interpreter will now throw exceptions, beware!
Diffstat (limited to 'test/w3c/ecma/test519.scxml')
-rw-r--r--test/w3c/ecma/test519.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test519.scxml b/test/w3c/ecma/test519.scxml
index 6f559da..8945354 100644
--- a/test/w3c/ecma/test519.scxml
+++ b/test/w3c/ecma/test519.scxml
@@ -10,7 +10,7 @@
</onentry>
<!-- if other end sends us back this event, we succeed -->
- <transition event="test" cond="_event.raw.search(/Varparam1=1/) !== -1" target="pass"/>
+ <transition event="test" cond="_event.raw.search(param1=1) !== -1" target="pass"/>
<transition event="*" target="fail"/>
</state>