SCXML Test 553 assumes unset variables are invalid

test553.txml includes:

   <!-- include a non-existing var in the namelist -->
   <send event="event1" conf:namelist="2"/> 

This is another case of a test assuming that a data model location that has not been set is invalid. I would prefer for this to be converted to:
   <send event="event1" conf:invalidNamelistLocation="”/>
so that I can do something special here in my txml->scxml conversion.

Received on Sunday, 29 June 2014 03:22:30 UTC