summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2016-09-20 07:55:13 +0000
committerJaven O'Neal <onealj@apache.org>2016-09-20 07:55:13 +0000
commita287a5a05a845bb9207c88ed2c6ed73aab821d6b (patch)
tree34a034f9685c4d5091f9b0ca5dda5f425ad200bd /build.xml
parent72af740e9560a71634b3f0f33fd6174e71a46ab6 (diff)
downloadpoi-a287a5a05a845bb9207c88ed2c6ed73aab821d6b.tar.gz
poi-a287a5a05a845bb9207c88ed2c6ed73aab821d6b.zip
bug 59853: support PivotTables with named structured references; patch from Greg Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761537 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index d3623395d9..bdf0033f36 100644
--- a/build.xml
+++ b/build.xml
@@ -78,7 +78,7 @@ under the License.
JVM system properties for running tests,
user.language and user.country are required as we have locale-sensitive formatters
-->
- <property name="testpattern" value="Test*"/>
+ <property name="testpattern" value="Test*"/> <!--note: this excludes BaseTest* -->
<property name="POI.testdata.path" value="test-data"/>
<property name="java.awt.headless" value="true"/>
<property name="additionaljar" value=""/>