More issues with the tests

Hi again,

I had my interpreter run every test in the IRP and there are some remaining issues [1]:

- test153: XSLT transformation creates a cond="Var1/text() <Var2/text() " attribute
- test178: There is no _event.raw attribute specified in the draft
- test226: Wrong filename extension .txml vs .scxml in dependency
- test302-304: datamodel attribute is missing
- test321: Contains a variable name "$_sessionid"
- test323: Contains a variable name "$_name"
- test329: Would you consider it in spec to assign to attributes within the _event object? It's a convenient place to store things we computed per event processing.
- test330: There are some namespace issues with only the finalize elements having the correct namespace
- test333-339: You test for null, I set these to the empty string - spec says to leave "blank"
- test436 + 441b: requires NULL datamodel
- test456: Expects undefined + 1 to be 1?
- test463-486b: require xpath datamodel
- test488: Expects _event.data to be the empty string, whereas I have it as undefined
- test537-547 + 555: require path datamodel

With the exception of 301 and 569, all others are passed by uSCXML for the ecmascript datamodel. There is also some mentioning of an exmode attribute with the SCXML element that is unspecified afaict.

Best regards
  Stefan

[1] https://github.com/tklab-tud/uscxml#test-reports

Received on Friday, 5 April 2013 12:56:40 UTC