better diagnostics when running single tests

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Avik Sengupta 2002-07-29 13:46:59 +00:00
parent 198c06ff86
commit 1ba35f6099
1 changed files with 2 additions and 1 deletions

View File

@ -384,8 +384,9 @@
description="--> runs the single unit test defined in the testcase property">
<junit2 printsummary="yes" haltonfailure="${junit.test.haltonfailure}" fork="yes">
<junit2 printsummary="no" haltonfailure="${junit.test.haltonfailure}" fork="yes">
<formatter type="xml" />
<formatter type="plain" usefile="no"/>
<sysproperty key="UTIL.testdata.path"
value="${xlayout.source.test.dir}/org/apache/poi/util/data"/>
<sysproperty key="HSSF.testdata.path"