aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 9790aceac..e8d522309 100644
--- a/build.xml
+++ b/build.xml
@@ -787,6 +787,9 @@ list of possible build targets.
<classpath>
<path refid="@{classpath}"/>
</classpath>
+ <assertions>
+ <enable/>
+ </assertions>
<test name="@{testsuite}" todir="${junit.reports.dir}" outfile="@{outfile}"/>
</junit>
</sequential>
@@ -801,6 +804,9 @@ list of possible build targets.
<classpath>
<path refid="standard-junit-classpath"/>
</classpath>
+ <assertions>
+ <enable/>
+ </assertions>
<batchtest todir="${junit.reports.dir}">
<fileset dir="${build.unit.tests.dir}" includes="**/*TestCase.class"/>
</batchtest>