test325.txml 702 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <!-- test that _ioprocessors is bound at startup. I'm not sure how to test for a set value or
  3. how to test that the entries in it do represent I/O processors, since the set that each implementation
  4. supports may be different. Suggestions welcome -->
  5. <scxml initial="s0" conf:datamodel="" version="1.0" xmlns="http://www.w3.org/2005/07/scxml" name="machineName" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
  6. <datamodel>
  7. <data conf:id="1" conf:systemVarExpr="_ioprocessors"/>
  8. </datamodel>
  9. <state id="s0">
  10. <transition conf:isBound="1" conf:targetpass=""/>
  11. <transition conf:targetfail=""/>
  12. </state>
  13. <conf:pass/>
  14. <conf:fail/>
  15. </scxml>