diff options
author | Tim Allison <tallison@apache.org> | 2020-02-10 17:38:29 +0000 |
---|---|---|
committer | Tim Allison <tallison@apache.org> | 2020-02-10 17:38:29 +0000 |
commit | 636cc8366581619065229fe45dccb70ff7fd1a42 (patch) | |
tree | 88e478b2c5b2168598cc9dc3c938bfe0ac8fbe29 /src/integrationtest/org/apache/poi | |
parent | d5ba6195a5e526f32ea2865a17b4deb7d698b9fb (diff) | |
download | poi-636cc8366581619065229fe45dccb70ff7fd1a42.tar.gz poi-636cc8366581619065229fe45dccb70ff7fd1a42.zip |
Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873863 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest/org/apache/poi')
-rw-r--r-- | src/integrationtest/org/apache/poi/TestAllFiles.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 8f9ba82a4c..7a573981b5 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -327,6 +327,7 @@ public class TestAllFiles { "spreadsheet/testEXCEL_95.xls", "spreadsheet/59074.xls", "spreadsheet/60284.xls", + "spreadsheet/64130.xls", // OOXML Strict is not yet supported, see bug #57699 "spreadsheet/SampleSS.strict.xlsx", |