SCXML Test 343 needs invalidLocation

Gavin Kistner <[email protected]> Sun, 29 Jun 2014 18:23:41 -0600
Newsgroups gmane.comp.web.voice
Message-ID <[email protected]>
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.