This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
from be8358e1e compiler: comment out failing Flex SDK integration tests
new 79aee6525 MXMLHTTPServiceNode, MXMLHTTPServiceRequestPropertyNode:
improve broken parsing of <request> tag under <HTTPService>
new 935692746 compiler: enable more tests for flex rpc services in
sdk.dependent.tests
new 85d9cc549 MXMLInstanceTagTests: a couple of additional tests, for
completeness
new 6fe3caeca MXMLClassDirectiveProcessor: fix missing handling of
compiler.mxml.children-as-data == false that caused WebService and RemoteObject
sdk.dependent.tests to fail
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../as/codegen/MXMLClassDirectiveProcessor.java | 6 +--
.../internal/tree/mxml/MXMLHTTPServiceNode.java | 19 ++++---
.../mxml/MXMLHTTPServiceRequestPropertyNode.java | 26 +++++++--
compiler/src/test/build.xml | 6 +--
.../java/mxml/tags/MXMLHTTPServiceTagTests.java | 44 ++++++++++++++-
.../test/java/mxml/tags/MXMLInstanceTagTests.java | 43 +++++++++++++++
.../java/mxml/tags/MXMLRemoteObjectTagTests.java | 46 +++++++++++++++-
.../java/mxml/tags/MXMLWebServiceTagTests.java | 63 ++++++++++++++++++++++
8 files changed, 230 insertions(+), 23 deletions(-)