diff options
author | Dominik Stadler <centic@apache.org> | 2013-07-01 08:03:40 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2013-07-01 08:03:40 +0000 |
commit | 6d772a851e4f527f777fb551a95f630ef24043aa (patch) | |
tree | 02f1c95327ff13fd4c236a40a9dbd2a826781864 /build.xml | |
parent | 4a85927e98998f870f3e778043db1b4a540d4c09 (diff) | |
download | poi-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |