You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2016/06/22 22:32:05 UTC

[2/2] git commit: [flex-falcon] [refs/heads/develop] - compiler-jx: enabled assertions on tests

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 <jo...@gmail.com>
Authored: Wed Jun 22 15:31:57 2016 -0700
Committer: Josh Tynjala <jo...@gmail.com>
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>