Change to SCXML Test 298

Gavin Kistner <[email protected]> Wed, 18 Jun 2014 08:50:24 +0200
Newsgroups gmane.comp.web.voice
Message-ID <[email protected]>
I think that in test 298 perhaps this code:
    <donedata>
     <param conf:name="3" conf:location="2"/>
     </donedata>

should be changed to this:
    <donedata>
     <param conf:name="3" conf:invalidLocation=""/>
     </donedata>

Per previous discussions, just because a location was not predeclared does not make it invalid in all data models. (Right?)

Perhaps there should further be an invalidName, perhaps tested independently. (Perhaps there already is and I’ve not yet reached that test :)