This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit daf345ebe2717533cfcbb59bdd66af76e40ea095 Author: Alex Harui <[email protected]> AuthorDate: Tue Mar 27 21:56:05 2018 -0700 add checkbox to mxtests --- mustella/tests/mxtests/basicTests/BasicTests-config.xml | 2 +- mustella/tests/mxtests/basicTests/halo/scripts/CheckBoxTestScript.mxml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mustella/tests/mxtests/basicTests/BasicTests-config.xml b/mustella/tests/mxtests/basicTests/BasicTests-config.xml index eb106d1..d12e551 100644 --- a/mustella/tests/mxtests/basicTests/BasicTests-config.xml +++ b/mustella/tests/mxtests/basicTests/BasicTests-config.xml @@ -23,8 +23,8 @@ </compiler> <includes> <symbol>halo.scripts.ButtonTestScript</symbol> - <!-- <symbol>halo.scripts.CheckBoxTestScript</symbol> + <!-- <symbol>halo.scripts.RadioButtonTestScript</symbol> <symbol>halo.scripts.TextInputTestScript</symbol> <symbol>halo.scripts.TextAreaTestScript</symbol> diff --git a/mustella/tests/mxtests/basicTests/halo/scripts/CheckBoxTestScript.mxml b/mustella/tests/mxtests/basicTests/halo/scripts/CheckBoxTestScript.mxml index b0fa0d0..1ae4750 100644 --- a/mustella/tests/mxtests/basicTests/halo/scripts/CheckBoxTestScript.mxml +++ b/mustella/tests/mxtests/basicTests/halo/scripts/CheckBoxTestScript.mxml @@ -22,7 +22,7 @@ <!-- this set of lines form a template that must be in each unit test --> <mx:Script> <![CDATA[ - public static function init(o:DisplayObject):void + public static function init(o:Object):void { } ]]> -- To stop receiving notification emails like this one, please contact [email protected].
