aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2008-02-21 15:40:34 +0000
committerNick Burch <nick@apache.org>2008-02-21 15:40:34 +0000
commitf160b4fbfa54c846e59d02df2b9fe42a2fdc8688 (patch)
treeb39ddf76f66c43e6c68bd292bcc9f6f5de9e2bf8 /build.xml
parentd698c73fc6c8083e0ffbaaac1b864bf9788ed03d (diff)
downloadpoi-f160b4fbfa54c846e59d02df2b9fe42a2fdc8688.tar.gz
poi-f160b4fbfa54c846e59d02df2b9fe42a2fdc8688.zip
Patch from Josh from bug #44437 - improved unit test for poifs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629831 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index b2c9977d05..3b1d2b6f39 100644
--- a/build.xml
+++ b/build.xml
@@ -523,8 +523,7 @@ under the License.
<batchtest todir="${main.reports.test}">
<fileset dir="${main.src.test}">
<include name="**/Test*.java"/>
- <exclude name="**/AllTests.java"/>
- <exclude name="**/TestEmptyDocument.java"/>
+ <exclude name="**/All*Tests.java"/>
<exclude name="**/TestUnfixedBugs.java"/>
<exclude name="**/TestcaseRecordInputStream.java"/>
</fileset>