diff options
author | Stefan Radomski <github@mintwerk.de> | 2014-07-03 11:32:24 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2014-07-03 11:32:24 (GMT) |
commit | 5b46c969867b0560ad3d1220b713a8d4462b4b41 (patch) | |
tree | 42ba94ef35bf70d74ebb8dcc03e01752874a6540 /test/w3c/txml/test553.txml | |
parent | 984bdd288aac0da9f68fdeaba06cd845456122c9 (diff) | |
parent | 67f8e8b4106eb20ce0bc01fd840b0d8e4319cb36 (diff) | |
download | uscxml-5b46c969867b0560ad3d1220b713a8d4462b4b41.zip uscxml-5b46c969867b0560ad3d1220b713a8d4462b4b41.tar.gz uscxml-5b46c969867b0560ad3d1220b713a8d4462b4b41.tar.bz2 |
Merge pull request #47 from sradomski/master
cmake3 and isLocation for namelists
Diffstat (limited to 'test/w3c/txml/test553.txml')
-rw-r--r-- | test/w3c/txml/test553.txml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/txml/test553.txml b/test/w3c/txml/test553.txml index 0c6a622..b9dfece 100644 --- a/test/w3c/txml/test553.txml +++ b/test/w3c/txml/test553.txml @@ -10,8 +10,8 @@ of <send>'s args causes an error.. --> <onentry> <!-- timeout event --> <send event="timeout" conf:delay="1"/> - <!-- include a non-existing var in the namelist --> - <send event="event1" conf:namelist="2"/> + <!-- generate an invalid namelist --> + <send event="event1" conf:invalidNamelist=""/> </onentry> <!-- if we get the timeout before event1, we assume that event1 hasn't been sent |