diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-05 12:24:46 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-05 12:24:46 (GMT) |
commit | 48009e6bafca54d117bee81ea2a8b41f2aae1d70 (patch) | |
tree | e791f120ce5de86484c8fb3c3d5bc2163e8773d0 /test/samples/w3c/tests/test153.scxml | |
parent | 5a7c8fd646d77139f216755085e1252a1dee334d (diff) | |
download | uscxml-48009e6bafca54d117bee81ea2a8b41f2aae1d70.zip uscxml-48009e6bafca54d117bee81ea2a8b41f2aae1d70.tar.gz uscxml-48009e6bafca54d117bee81ea2a8b41f2aae1d70.tar.bz2 |
Redownloaded tests and fixed some more w3c issues
Diffstat (limited to 'test/samples/w3c/tests/test153.scxml')
-rw-r--r-- | test/samples/w3c/tests/test153.scxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/w3c/tests/test153.scxml b/test/samples/w3c/tests/test153.scxml index c904232..9917789 100644 --- a/test/samples/w3c/tests/test153.scxml +++ b/test/samples/w3c/tests/test153.scxml @@ -13,7 +13,7 @@ it ever isn't, set Var4 to 0, indicating failure --><scxml xmlns="http://www.w3. <state id="s0"> <onentry> <foreach item="Var2" array="Var3"> - <if cond="Var1 <Var2"> + <if cond="Var1/text() <Var2/text() "> <assign location="Var1" expr="Var2"/> <else/> <!-- values are out of order, record failure --> |