[
https://issues.apache.org/jira/browse/SCXML-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ingmar Kliche updated SCXML-98:
-------------------------------
Attachment: SCXML-98.patch.txt
SCXMLTestHelper#getExecutor() implementations now make use of the SCXMLParser.
In some test cases I had to move <var> into the "cs" namespace and to add some
"initial" attributes on compound states. The test case documents which are
shared between parser and digester test cases make use of the <initial> tag
instead of the initial attribute.
> TestCases should use SCXMLParser
> --------------------------------
>
> Key: SCXML-98
> URL: https://issues.apache.org/jira/browse/SCXML-98
> Project: Commons SCXML
> Issue Type: Bug
> Affects Versions: 0.9
> Reporter: Ingmar Kliche
> Fix For: 0.10
>
> Attachments: SCXML-98.patch.txt
>
>
> The SCXMLParser implements the latest SCXML parsing rules, whereas the
> SCXMLDigester is deprecated. But a lot of testcases still rely on the
> SCXMLDigester (indirectly) by using SCXMLTestHelper::getExecutor(url). The
> testHelper implementation should use the SCXMLParser.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.