diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-09-09 07:05:09 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-09-09 07:05:09 +0000 |
commit | 6c7bf59087e720a663fc5aec7ec5b2d502d7accd (patch) | |
tree | cd12ee2991b5c56d674f0d3a19e78a95029326fc /build.gradle | |
parent | cced1751114e089ed23e0932ffea6c1cdac12bb3 (diff) | |
download | poi-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.gradle | 4 |
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 +} |