diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-06-23 23:38:20 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-06-23 23:38:20 (GMT) |
commit | febde41c4c69d8f38967d5c195328d468834d037 (patch) | |
tree | 4580a433d410e91a6f8df9203c20693e7a21128d /test/w3c/txml/test159.txml | |
parent | eb6e9807cdb43b408de45ae789916cdf3bebe6f0 (diff) | |
download | uscxml-febde41c4c69d8f38967d5c195328d468834d037.zip uscxml-febde41c4c69d8f38967d5c195328d468834d037.tar.gz uscxml-febde41c4c69d8f38967d5c195328d468834d037.tar.bz2 |
Updated tests for IRP and work on bindings
Diffstat (limited to 'test/w3c/txml/test159.txml')
-rw-r--r-- | test/w3c/txml/test159.txml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/txml/test159.txml b/test/w3c/txml/test159.txml index b7245c0..f4340b3 100644 --- a/test/w3c/txml/test159.txml +++ b/test/w3c/txml/test159.txml @@ -10,7 +10,7 @@ The send tag will raise an error so var1 should not be incremented. If it is fa <state id="s0"> <onentry> - <send event="thisWillFail" conf:illegaltarget=""/> + <send event="thisWillFail" conf:illegalTarget=""/> <conf:incrementID id="1"/> </onentry> <transition conf:idVal="1=1" conf:targetfail=""/> |