Repository: flex-sdk Updated Branches: refs/heads/develop db54a3f34 -> a9308988a
FLEX-34959 made sure that the flex version of flexunit is used in both places we have a flexunit ant task. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/61de0308 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/61de0308 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/61de0308 Branch: refs/heads/develop Commit: 61de0308b18983e04fab3b041a2e6874d132be9d Parents: db54a3f Author: Mihai Chira <[email protected]> Authored: Mon Jan 4 14:39:41 2016 +0100 Committer: Mihai Chira <[email protected]> Committed: Mon Jan 4 14:39:41 2016 +0100 ---------------------------------------------------------------------- flexunit-tests.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/61de0308/flexunit-tests.xml ---------------------------------------------------------------------- diff --git a/flexunit-tests.xml b/flexunit-tests.xml index dce8cc7..d49a550 100644 --- a/flexunit-tests.xml +++ b/flexunit-tests.xml @@ -25,7 +25,7 @@ <property name="exit" value="false"/> - <target name="test" depends="test-check,test-run,test-clean" + <target name="test" depends="test-check, test-run, test-clean" description="Runs FlexUnit tests"/> <target name="test-check"> @@ -106,7 +106,7 @@ <include name="**/*Tests.as"/> </testSource> - <library dir="${FLEXUNIT_HOME}/FlexUnit4/target"/> + <library dir="${FLEXUNIT_HOME}/FlexUnit4/target/flexunit-4.3.0-20140410-flex_4.12.0.swc"/> <library dir="${FLEXUNIT_HOME}/FlexUnit4CIListener/target"/> <library dir="${project.libs}"/> </flexunit>
