mirror of https://github.com/apache/poi.git
Restore heap size of integration tests to verify getAdvance() fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
76d28cc22a
commit
9bb5bce5f6
|
@ -1648,7 +1648,7 @@ under the License.
|
|||
unless="integration.test.notRequired">
|
||||
<propertyreset name="org.apache.poi.util.POILogger" value="org.apache.poi.util.CommonsLogger"/>
|
||||
<delete dir="build" includes="test-integration.log*"/>
|
||||
<poiunit failureproperty="integration.test.failed" heap="2048" showoutput="true" jacocodest="build/jacoco-integration.exec">
|
||||
<poiunit failureproperty="integration.test.failed" heap="1512" showoutput="true" jacocodest="build/jacoco-integration.exec">
|
||||
<classpath refid="test.integration.classpath"/>
|
||||
<batchtest todir="${integration.reports.test}">
|
||||
<fileset dir="${integration.src.test}">
|
||||
|
|
Loading…
Reference in New Issue