This is an automated email from the ASF dual-hosted git repository.
gregdove pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from b9755ba Fixed #918
new 027c1e9 Fix for renderers no longer automatically updating after test
result is determined. Refactor Results display into separate component.
new 9c67154 Addition of support for a test runner that has room to hold a
visual component container in lower right quadrant, which can be used for
adding/removing and unit-testing UI components.
The 2 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:
.../src/main/resources/basic-manifest.xml | 2 +-
.../royale/html/test/TestResultsDisplay.mxml | 109 +++++++++++++++++
.../apache/royale/html/test/UITestItemRenderer.as | 14 +++
.../org/apache/royale/html/test/UITestRunner.mxml | 66 ++---------
...unner.mxml => UITestRunnerWithDisplayArea.mxml} | 129 ++++++++++++---------
.../org/apache/royale/html/test/models/UITestVO.as | 17 ++-
6 files changed, 223 insertions(+), 114 deletions(-)
create mode 100644
frameworks/projects/RoyaleUnitUI/src/main/royale/org/apache/royale/html/test/TestResultsDisplay.mxml
copy
frameworks/projects/RoyaleUnitUI/src/main/royale/org/apache/royale/html/test/{UITestRunner.mxml
=> UITestRunnerWithDisplayArea.mxml} (72%)