You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/03/28 20:06:54 UTC

[royale-asjs] 03/10: add checkbox to mxtests

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 e91b8c5f18a256807d01e91e01ed0e9d3d941992
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Mar 27 21:49:28 2018 -0700

    add checkbox to mxtests
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 61f6bc7..e9dd619 100644
--- a/build.xml
+++ b/build.xml
@@ -1587,7 +1587,7 @@ limitations under the License.
             <!--<arg value="browser=chrome" />-->
             <arg value="url=file://${basedir}/mustella/tests/mxTests/basicTests/bin/js-debug/index.html" />
             <arg value="script=${basedir}/mustella/tests/mxTests/basicTests/halo/scripts/ButtonTestScript.mxml" />
-            <!--<arg value="script=${basedir}/mustella/tests/mxTests/basicTests/halo/scripts/CheckBoxTestScript.mxml" />-->
+            <arg value="script=${basedir}/mustella/tests/mxTests/basicTests/halo/scripts/CheckBoxTestScript.mxml" />
             <!--<arg value="showSteps=true" />-->
             <arg value="${profile_arg}" />
             <classpath>

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.