summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2014-02-09 21:19:20 +0000
committerAndreas Beeker <kiwiwings@apache.org>2014-02-09 21:19:20 +0000
commit4b9d47af5a000ad70e8befdac6a27164f122e1b6 (patch)
tree30c3a90ba5d7bbf414d3cbc92f009c9fe09c2e2c /build.xml
parent71d856448e1ccc41cf80a40d172d09b9ea502dae (diff)
downloadpoi-4b9d47af5a000ad70e8befdac6a27164f122e1b6.tar.gz
poi-4b9d47af5a000ad70e8befdac6a27164f122e1b6.zip
FindBugs fix
- fixed "Class defines equals() and uses Object.hashCode()" - see http://findbugs.sourceforge.net/bugDescriptions.html#HE_EQUALS_USE_HASHCODE - implemented UnicodeString.ExtRst.hashCode() + junit-test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1566427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 1c7a10319a..51bdf764fa 100644
--- a/build.xml
+++ b/build.xml
@@ -884,7 +884,7 @@ under the License.
<classpath refid="@{classpath}"/>
<syspropertyset refid="junit.properties"/>
<jvmarg value="${poi.test.locale}"/>
- <!-- <jvmarg value="-ea"/> -->
+ <jvmarg value="-ea"/>
<formatter type="plain"/>
<formatter type="xml"/>
<batchtest todir="${ooxml.reports.test}">