Change to SCXML Test 298

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 :)

Received on Wednesday, 18 June 2014 07:21:36 UTC