Re: SCXML Tests assume Invalid Data Model Locations

Le 16 apr 2014 à 00:59, Gavin Kistner <phrogz@me.com> a écrit :

> Some of the SCXML tests (286, 311, 331, 401, and 402) assume that it is possible to specify an invalid data model location in an <assign> element.
> 
> In my data model, this is not possible. Every value of the location attribute, including an empty string, is valid as a data model location. (The implementation of the data model is a Lua table; like an ECMAScript Object, any string is a valid and unique key for storing and retrieving values.) Consequently I cannot possibly convert these test templates into valid tests for my implementation, and thus I cannot create an implementation report showing that I pass these mandatory tests.
> 
> I submit that these tests need to be made optional (and any other behavior that they are testing for separated out). Thoughts?

See my reply to your previous email. I'm sure there are plenty of invalid left-hand-side expressions in Lua.

			David

Received on Wednesday, 16 April 2014 05:20:34 UTC