compiler-jx: enabled assertions on tests
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/9162a4aa Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/9162a4aa Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/9162a4aa Branch: refs/heads/develop Commit: 9162a4aac8b655163aeea30293c8f68f342ec43e Parents: 44aec6c Author: Josh Tynjala <[email protected]> Authored: Wed Jun 22 15:31:57 2016 -0700 Committer: Josh Tynjala <[email protected]> Committed: Wed Jun 22 15:31:57 2016 -0700 ---------------------------------------------------------------------- compiler-jx/src/test/build.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/9162a4aa/compiler-jx/src/test/build.xml ---------------------------------------------------------------------- diff --git a/compiler-jx/src/test/build.xml b/compiler-jx/src/test/build.xml index 0797b51..f82e6d4 100644 --- a/compiler-jx/src/test/build.xml +++ b/compiler-jx/src/test/build.xml @@ -83,6 +83,9 @@ </fileset> </batchtest> <formatter type="xml"/> + <assertions> + <enable/> + </assertions> </junit> </target> @@ -106,6 +109,9 @@ </fileset> </batchtest> <formatter type="xml"/> + <assertions> + <enable/> + </assertions> </junit> </target> @@ -130,6 +136,9 @@ </batchtest> <formatter type="xml"/> </junit> + <assertions> + <enable/> + </assertions> </target> <target name="extern.tests" depends="download, compile.unit.tests"> @@ -159,6 +168,9 @@ </fileset> </batchtest> <formatter type="xml"/> + <assertions> + <enable/> + </assertions> </junit> </target>
