Repository: flex-asjs Updated Branches: refs/heads/feature/mdl 5d1e27b8c -> 8a2610f3a (forced update)
move output folder for basictests Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/09f2d919 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/09f2d919 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/09f2d919 Branch: refs/heads/feature/mdl Commit: 09f2d919b641778a46624743e60b205873500d88 Parents: 5c8c667 Author: Alex Harui <[email protected]> Authored: Fri Nov 11 13:17:02 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Nov 11 13:17:02 2016 -0800 ---------------------------------------------------------------------- .gitignore | 2 +- build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/09f2d919/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index b37ca3c..38d7487 100644 --- a/.gitignore +++ b/.gitignore @@ -35,7 +35,7 @@ binjs-release examples/FlexJSTest_again/html-template examples/FlexJSTest_again/bin rat.report -mustella/tests/bin +mustella/tests/basicTests/bin asdoc-output #Apache Flex Projects http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/09f2d919/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 61caf6d..befe655 100644 --- a/build.xml +++ b/build.xml @@ -1173,7 +1173,7 @@ <echo>script=${basedir}/mustella/tests/basicTests/halo/scripts/CheckBoxTestScript.mxml</echo> <java classname="marmotinni.MarmotinniRunner" classpath="${basedir}/mustella/java/bin" fork="true" failonerror="yes"> <!--<arg value="browser=chrome" />--> - <arg value="url=file://${basedir}/mustella/tests/bin/js-debug/index.html" /> + <arg value="url=file://${basedir}/mustella/tests/basicTests/bin/js-debug/index.html" /> <arg value="script=${basedir}/mustella/tests/basicTests/halo/scripts/ButtonTestScript.mxml" /> <arg value="script=${basedir}/mustella/tests/basicTests/halo/scripts/CheckBoxTestScript.mxml" /> <!--<arg value="showSteps=true" />-->
