enable assertions for unit-tests (currently disabled for ooxml due to failure in TestSXSSFRow)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1169699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
effaab4dc7
commit
ee5162ff4b
@ -627,6 +627,7 @@ under the License.
|
|||||||
<classpath refid="test.classpath"/>
|
<classpath refid="test.classpath"/>
|
||||||
<syspropertyset refid="junit.properties"/>
|
<syspropertyset refid="junit.properties"/>
|
||||||
<jvmarg value="${poi.test.locale}"/>
|
<jvmarg value="${poi.test.locale}"/>
|
||||||
|
<jvmarg value="-ea"/>
|
||||||
<formatter type="plain"/>
|
<formatter type="plain"/>
|
||||||
<batchtest todir="${main.reports.test}">
|
<batchtest todir="${main.reports.test}">
|
||||||
<fileset dir="${main.src.test}">
|
<fileset dir="${main.src.test}">
|
||||||
@ -664,6 +665,7 @@ under the License.
|
|||||||
<classpath refid="test.scratchpad.classpath"/>
|
<classpath refid="test.scratchpad.classpath"/>
|
||||||
<syspropertyset refid="junit.properties"/>
|
<syspropertyset refid="junit.properties"/>
|
||||||
<jvmarg value="${poi.test.locale}"/>
|
<jvmarg value="${poi.test.locale}"/>
|
||||||
|
<jvmarg value="-ea"/>
|
||||||
<!--
|
<!--
|
||||||
YK: ensure that JUnit has enough memory to run tests.
|
YK: ensure that JUnit has enough memory to run tests.
|
||||||
Without the line below tests fail on Mac OS X with jdk-1.6.26
|
Without the line below tests fail on Mac OS X with jdk-1.6.26
|
||||||
@ -701,6 +703,7 @@ under the License.
|
|||||||
<classpath refid="@{classpath}"/>
|
<classpath refid="@{classpath}"/>
|
||||||
<syspropertyset refid="junit.properties"/>
|
<syspropertyset refid="junit.properties"/>
|
||||||
<jvmarg value="${poi.test.locale}"/>
|
<jvmarg value="${poi.test.locale}"/>
|
||||||
|
<!-- <jvmarg value="-ea"/> -->
|
||||||
<formatter type="plain"/>
|
<formatter type="plain"/>
|
||||||
<batchtest todir="${ooxml.reports.test}">
|
<batchtest todir="${ooxml.reports.test}">
|
||||||
<fileset dir="${ooxml.src.test}">
|
<fileset dir="${ooxml.src.test}">
|
||||||
@ -755,6 +758,7 @@ under the License.
|
|||||||
<classpath refid="test.excelant.classpath"/>
|
<classpath refid="test.excelant.classpath"/>
|
||||||
<syspropertyset refid="junit.properties"/>
|
<syspropertyset refid="junit.properties"/>
|
||||||
<jvmarg value="${poi.test.locale}"/>
|
<jvmarg value="${poi.test.locale}"/>
|
||||||
|
<jvmarg value="-ea"/>
|
||||||
<formatter type="plain"/>
|
<formatter type="plain"/>
|
||||||
<batchtest todir="${excelant.reports.test}">
|
<batchtest todir="${excelant.reports.test}">
|
||||||
<fileset dir="${excelant.src.test}">
|
<fileset dir="${excelant.src.test}">
|
||||||
|
Loading…
Reference in New Issue
Block a user