aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2013-07-01 08:03:40 +0000
committerDominik Stadler <centic@apache.org>2013-07-01 08:03:40 +0000
commit6d772a851e4f527f777fb551a95f630ef24043aa (patch)
tree02f1c95327ff13fd4c236a40a9dbd2a826781864 /build.xml
parent4a85927e98998f870f3e778043db1b4a540d4c09 (diff)
downloadpoi-6d772a851e4f527f777fb551a95f630ef24043aa.tar.gz
poi-6d772a851e4f527f777fb551a95f630ef24043aa.zip
Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml as well and excluding the new test-class in test-ooxml similar to the main tests.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1498280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 8fdc452dab..1fc0d4cf4f 100644
--- a/build.xml
+++ b/build.xml
@@ -722,6 +722,7 @@ under the License.
<batchtest todir="${ooxml.reports.test}">
<fileset dir="${ooxml.src.test}">
<include name="**/${testpattern}.java"/>
+ <exclude name="**/TestUnfixedBugs.java"/>
<exclude name="**/All*Tests.java"/>
</fileset>
</batchtest>