SCXML Test 354 uses transform-dependent values directly

test354.txml has this excepted:

<datamodel><data conf:id="1" expr="1"/>… </datamodel>  
<state id="s0"><onentry> <send event="event1" … namelist="Var1"> 
…
<assign conf:location="2" conf:eventDataNamelistValue="Var1"/>

The presence of Var1 assumes that the XSLT will create the first data model location as Var1. Mine does not.

Instead, I would suggest that these should be changed:
<state id="s0"><onentry> <send event="event1" … conf:namelist="1"> 
…
<assign conf:location="2" conf:eventDataNamelistValue="1"/>

Received on Thursday, 19 June 2014 12:54:39 UTC