Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

fail test/w3c-ecma/test560.txml.scxml #35

Closed
feyzo opened this issue Sep 21, 2014 · 0 comments
Closed

fail test/w3c-ecma/test560.txml.scxml #35

feyzo opened this issue Sep 21, 2014 · 0 comments

Comments

@feyzo
Copy link
Collaborator

feyzo commented Sep 21, 2014

https://github.com/jbeard4/scxml-test-framework/tree/master/test/w3c-ecma/test560.txml.scxml

Error

{
"name": "AssertionError",
"actual": [
"s0"
],
"expected": [
"pass"
],
"operator": "deepEqual",
"message": "["s0"] deepEqual ["pass"]"
}

Data:
{
"sessionToken": 1425,
"nextConfiguration": [
"s0"
]
}

scxml:

<?xml version="1.0" encoding="UTF-8"?>
<!-- in the ECMA data model, test that processor creates correct structure in
 _event.data when receiving KVPs in an event -->
<scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="ecmascript">


<state id="s0">
   <onentry>
    <send event="foo">
    <param name="aParam" expr="1"/>
    </send>
  </onentry>
  <transition event="foo" cond="_event.data.aParam == 1" target="pass"/>
  <transition event="*" target="fail"/>
  </state>


<final id="pass"><onentry><log label="Outcome" expr="'pass'"/></onentry></final>
<final id="fail"><onentry><log label="Outcome" expr="'fail'"/></onentry></final>  

</scxml>

JSON:

{
"initialConfiguration": [
"pass"
],
"events": []
}

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants