Procházet zdrojové kódy

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
tags/REL_3_8_BETA5
Maxim Valyanskiy před 12 roky
rodič
revize
05ddc358f6
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      build.xml

+ 4
- 0
build.xml Zobrazit soubor

@@ -627,6 +627,7 @@ under the License.
<classpath refid="test.classpath"/>
<syspropertyset refid="junit.properties"/>
<jvmarg value="${poi.test.locale}"/>
<jvmarg value="-ea"/>
<formatter type="plain"/>
<batchtest todir="${main.reports.test}">
<fileset dir="${main.src.test}">
@@ -664,6 +665,7 @@ under the License.
<classpath refid="test.scratchpad.classpath"/>
<syspropertyset refid="junit.properties"/>
<jvmarg value="${poi.test.locale}"/>
<jvmarg value="-ea"/>
<!--
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
@@ -701,6 +703,7 @@ under the License.
<classpath refid="@{classpath}"/>
<syspropertyset refid="junit.properties"/>
<jvmarg value="${poi.test.locale}"/>
<!-- <jvmarg value="-ea"/> -->
<formatter type="plain"/>
<batchtest todir="${ooxml.reports.test}">
<fileset dir="${ooxml.src.test}">
@@ -755,6 +758,7 @@ under the License.
<classpath refid="test.excelant.classpath"/>
<syspropertyset refid="junit.properties"/>
<jvmarg value="${poi.test.locale}"/>
<jvmarg value="-ea"/>
<formatter type="plain"/>
<batchtest todir="${excelant.reports.test}">
<fileset dir="${excelant.src.test}">

Načítá se…
Zrušit
Uložit