Fixed TLFEditTestFlexJS manual test
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/ebc568a7 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/ebc568a7 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/ebc568a7 Branch: refs/heads/feature/dragAndDrop Commit: ebc568a7eb4494e4e9e689f184b7f6082a047ac2 Parents: 932f7cb Author: Harbs <[email protected]> Authored: Tue Aug 22 10:36:39 2017 +0300 Committer: Harbs <[email protected]> Committed: Tue Aug 22 10:36:39 2017 +0300 ---------------------------------------------------------------------- manualtests/TLFEditTestFlexJS/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ebc568a7/manualtests/TLFEditTestFlexJS/build.xml ---------------------------------------------------------------------- diff --git a/manualtests/TLFEditTestFlexJS/build.xml b/manualtests/TLFEditTestFlexJS/build.xml index 24985be..f1abc29 100644 --- a/manualtests/TLFEditTestFlexJS/build.xml +++ b/manualtests/TLFEditTestFlexJS/build.xml @@ -29,6 +29,7 @@ <property environment="env"/> <property file="${FLEXJS_HOME}/build.properties"/> <property name="FLEX_HOME" value="${FLEXJS_HOME}"/> + <property name="optional_arg" value="-remove-circulars" /> <include file="${basedir}/../build_example.xml" />
