SCXML Test 343 needs invalidLocation

Test 343 assumes that an undeclared data model value is invalid, using:
<param conf:location="foo" name="someParam"/>

Please modify this test to use the more appropriate:
<param conf:invalidLocation="" name="someParam"/>
in order to properly generate an execution error.

Received on Monday, 30 June 2014 00:24:12 UTC