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/22 21:30:22 UTC

[royale-asjs] 11/12: fix paths to scripts

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 <ah...@apache.org>
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
aharui@apache.org.