소스 검색

better diagnostics when running single tests


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352817 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_1_10
Avik Sengupta 22 년 전
부모
커밋
1ba35f6099
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      build.xml

+ 2
- 1
build.xml 파일 보기

description="--> runs the single unit test defined in the testcase property"> 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="xml" />
<formatter type="plain" usefile="no"/>
<sysproperty key="UTIL.testdata.path" <sysproperty key="UTIL.testdata.path"
value="${xlayout.source.test.dir}/org/apache/poi/util/data"/> value="${xlayout.source.test.dir}/org/apache/poi/util/data"/>
<sysproperty key="HSSF.testdata.path" <sysproperty key="HSSF.testdata.path"

Loading…
취소
저장