diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2015-09-11 00:56:16 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2015-09-11 00:56:16 +0000 |
commit | 17d8c71a657e79b204fe0675edfab305251b0e4f (patch) | |
tree | b210dd2aa1f73c788e4e3d646b64dce16cddd584 /build.xml | |
parent | 9f26731f44ba4eccabdb82f0a23f91eb755787fc (diff) | |
download | poi-17d8c71a657e79b204fe0675edfab305251b0e4f.tar.gz poi-17d8c71a657e79b204fe0675edfab305251b0e4f.zip |
More forbidden apis fixes (added main-tests to the check)
and a few junit4 upgrades
... hopefully this doesn't crash the build again ... :|
to simulate the tests on jenkins on the local developer box, uncomment the UTC lines in the build.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1025,6 +1025,7 @@ under the License. <syspropertyset refid="junit.properties"/> <jvmarg value="-ea"/> <jvmarg value="-Xmx256m"/> + <!-- jvmarg value="-Duser.timezone=UTC"/ --> <formatter type="plain"/> <formatter type="xml"/> <batchtest todir="${main.reports.test}"> @@ -1065,6 +1066,7 @@ under the License. <classpath refid="test.scratchpad.classpath"/> <syspropertyset refid="junit.properties"/> <jvmarg value="-ea"/> + <!-- jvmarg value="-Duser.timezone=UTC"/ --> <!-- 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 @@ -1107,6 +1109,7 @@ under the License. <syspropertyset refid="junit.properties"/> <jvmarg value="-Xmx768M"/> <jvmarg value="-ea"/> + <!-- jvmarg value="-Duser.timezone=UTC"/ --> <formatter type="plain"/> <formatter type="xml"/> <batchtest todir="${ooxml.reports.test}"> @@ -1747,8 +1750,8 @@ under the License. <fileset dir="${main.output.dir}"/> <fileset dir="${scratchpad.output.dir}"/> <fileset dir="${ooxml.output.dir}"/> - <!-- <fileset dir="${main.output.test.dir}"/> + <!-- <fileset dir="${scratchpad.output.test.dir}"/> <fileset dir="${ooxml.output.test.dir}"/> --> |