aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-09-09 07:05:09 +0000
committerPJ Fanning <fanningpj@apache.org>2020-09-09 07:05:09 +0000
commit6c7bf59087e720a663fc5aec7ec5b2d502d7accd (patch)
treecd12ee2991b5c56d674f0d3a19e78a95029326fc /build.gradle
parentcced1751114e089ed23e0932ffea6c1cdac12bb3 (diff)
downloadpoi-6c7bf59087e720a663fc5aec7ec5b2d502d7accd.tar.gz
poi-6c7bf59087e720a663fc5aec7ec5b2d502d7accd.zip
[bug-64721] NullPointerException occurs when calling getDataSize() of an object created with ExtRst.copy(). Thanks to Kwon Ohyoung
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881582 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index b8628215e3..fe6b24eff2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -127,7 +127,7 @@ subprojects {
exclude '**/BaseTestCellUtil.class'
exclude '**/TestUnfixedBugs.class'
exclude '**/TestOneFile.class'
-
+include '**/TestUnicodeString.class'
// Exclude Test Suites
exclude '**/All*Tests.class'
exclude '**/HSSFTests.class'
@@ -381,4 +381,4 @@ project('scratchpad') {
}
japicmp.baseline = "org.apache.poi:poi:${japicmpversion}@jar"
-} \ No newline at end of file
+}