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 8f01fb65381e43c2a4ba090814fe99da8483362c Author: Alex Harui <[email protected]> AuthorDate: Thu Mar 22 14:24:30 2018 -0700 fix paths to scripts --- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 9de51d6..61f6bc7 100644 --- a/build.xml +++ b/build.xml @@ -1585,9 +1585,9 @@ limitations under the License. <echo>script=${basedir}/mustella/tests/mxTests/halo/scripts/CheckBoxTestScript.mxml</echo> <java classname="marmotinni.MarmotinniRunner" classpath="${basedir}/mustella/target/classes" fork="true" failonerror="yes"> <!--<arg value="browser=chrome" />--> - <arg value="url=file://${basedir}/mustella/tests/mxTests/bin/js-debug/index.html" /> - <arg value="script=${basedir}/mustella/tests/mxTests/halo/scripts/ButtonTestScript.mxml" /> - <arg value="script=${basedir}/mustella/tests/mxTests/halo/scripts/CheckBoxTestScript.mxml" /> + <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="showSteps=true" />--> <arg value="${profile_arg}" /> <classpath> -- To stop receiving notification emails like this one, please contact [email protected].
