aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Collapse)AuthorAgeFilesLines
* Set locale provider to JRE,CLDR for tests to have compatible date formatting ↵Dominik Stadler2018-08-261-1/+2
| | | | | | in JDK 9+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839199 13f79535-47bb-0310-9956-ffa450edef68
* Adjust test for JDK 9, 10 and 11Dominik Stadler2018-08-262-40/+40
| | | | | | fix some IDE/Javadoc warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839195 13f79535-47bb-0310-9956-ffa450edef68
* fix accidental change in test filePJ Fanning2018-08-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838919 13f79535-47bb-0310-9956-ffa450edef68
* use released version of xmlbeans 3.0.1PJ Fanning2018-08-241-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838918 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for JDK 11 ea-26 build, need to add jaxb via normal jar dependency ↵Dominik Stadler2018-08-231-7/+23
| | | | | | | | | now as it was removed from the JDK Also needed to remove a few uses of Mockito which fail now with certain abstract classes Update to Mockito 2.21 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838763 13f79535-47bb-0310-9956-ffa450edef68
* Adjust comments and IDE warnings, duplicate code reductionDominik Stadler2018-07-051-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835183 13f79535-47bb-0310-9956-ffa450edef68
* Slightly adjust afew tests some moreDominik Stadler2018-06-291-10/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834654 13f79535-47bb-0310-9956-ffa450edef68
* #62451 - Document last printed in the year 27321Andreas Beeker2018-06-171-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833668 13f79535-47bb-0310-9956-ffa450edef68
* remove obsolete dev classesAndreas Beeker2018-06-081-160/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833217 13f79535-47bb-0310-9956-ffa450edef68
* #62355 - unsplit packages - 1 - moved classesAndreas Beeker2018-05-271-0/+160
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832358 13f79535-47bb-0310-9956-ffa450edef68
* #62037 - SlideNames should not be null but have a default as if accessed by VBAAndreas Beeker2018-05-161-9/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831745 13f79535-47bb-0310-9956-ffa450edef68
* Random test value/file length resulted in occasionally failuresAndreas Beeker2018-05-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831127 13f79535-47bb-0310-9956-ffa450edef68
* add convenience method for files to FileMagicAndreas Beeker2018-05-021-66/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830782 13f79535-47bb-0310-9956-ffa450edef68
* add license headerAndreas Beeker2018-05-021-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830725 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of ↵Andreas Beeker2018-05-0114-126/+100
| | | | | | duplicated strings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830705 13f79535-47bb-0310-9956-ffa450edef68
* [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107PJ Fanning2018-05-012-0/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830685 13f79535-47bb-0310-9956-ffa450edef68
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-275-81/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830400 13f79535-47bb-0310-9956-ffa450edef68
* Streamline assertion-usage in some testsDominik Stadler2018-04-271-12/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830296 13f79535-47bb-0310-9956-ffa450edef68
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the ↵Andreas Beeker2018-04-201-0/+15
| | | | | | shape name git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829656 13f79535-47bb-0310-9956-ffa450edef68
* Fix unit test broken with previous check-inDominik Stadler2018-04-201-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829640 13f79535-47bb-0310-9956-ffa450edef68
* Add some unit-tests for setActiveCell(), although bug 61905 reports that ↵Dominik Stadler2018-04-191-19/+30
| | | | | | Excel still does not read this correctly for HSSF workbooks git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829518 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62165: Do not close stream when opening succeedsDominik Stadler2018-04-041-29/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828377 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62254] update offset function to support optional offset valuesPJ Fanning2018-04-031-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828288 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den ↵PJ Fanning2018-04-011-0/+98
| | | | | | Berge. This closes #104 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828143 13f79535-47bb-0310-9956-ffa450edef68
* Some IntelliJ and Javadoc fixesDominik Stadler2018-03-042-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825817 13f79535-47bb-0310-9956-ffa450edef68
* tidy up API for font indexPJ Fanning2018-02-262-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825409 13f79535-47bb-0310-9956-ffa450edef68
* further uptake of int methods for font lookupsPJ Fanning2018-02-222-31/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825103 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62018] use ints to index fontsPJ Fanning2018-02-203-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824826 13f79535-47bb-0310-9956-ffa450edef68
* [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94PJ Fanning2018-02-144-5/+141
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824266 13f79535-47bb-0310-9956-ffa450edef68
* #62096 - Add support for tabstopsAndreas Beeker2018-02-111-0/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823893 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62042: Adjust gradle build to properly set the localeDominik Stadler2018-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823596 13f79535-47bb-0310-9956-ffa450edef68
* Various smaller adjustments: Remove filename in test, remove unused ↵Dominik Stadler2018-02-081-0/+26
| | | | | | parameters, fix a few simple typos in JavaDoc and add more JavaDoc and some more tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823595 13f79535-47bb-0310-9956-ffa450edef68
* add missing licenses to source codePJ Fanning2018-01-304-9/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822641 13f79535-47bb-0310-9956-ffa450edef68
* [github-81] Formula adjusting in context of column shifting. Thanks to ↵PJ Fanning2018-01-305-0/+607
| | | | | | Dragan Jovanović. This closes #81 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822639 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61550: Add more information to exception text and verify that it is thrownDominik Stadler2018-01-011-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819772 13f79535-47bb-0310-9956-ffa450edef68
* Update some tests and IntelliJ warningsDominik Stadler2018-01-012-28/+10
| | | | | | Ignore disabled test instead of not listing it in the test-report at all git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819768 13f79535-47bb-0310-9956-ffa450edef68
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819706 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 61116: Formula evaluation fails when using matrix addition within ↵Yegor Kozlov2017-12-302-1/+16
| | | | | | index function call git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819596 13f79535-47bb-0310-9956-ffa450edef68
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use ↵Dominik Stadler2017-12-281-5/+3
| | | | | | try-with-resources, update/enhance JavaDoc somewhat git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819402 13f79535-47bb-0310-9956-ffa450edef68
* use StandardCharsetsPJ Fanning2017-12-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818629 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61859: support for evaluating comparison operators in array mode, detect ↵Yegor Kozlov2017-12-182-0/+339
| | | | | | array mode from formula ptgs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818587 13f79535-47bb-0310-9956-ffa450edef68
* bug 61840: close workbook to prevent resource leak in unit testJaven O'Neal2017-12-011-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816893 13f79535-47bb-0310-9956-ffa450edef68
* bug 61840: add unit test showing that shiftRows does not produce #REF! ↵Javen O'Neal2017-12-011-0/+25
| | | | | | formula errors if cells are not shifted above the first row git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816892 13f79535-47bb-0310-9956-ffa450edef68
* #61809 - Infinite loop in SectionIDMap.get() and .put()Andreas Beeker2017-11-243-21/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816205 13f79535-47bb-0310-9956-ffa450edef68
* add TestStringCodepointsIterablePJ Fanning2017-11-221-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816020 13f79535-47bb-0310-9956-ffa450edef68
* bug 61730: remove asSet function from unit testJaven O'Neal2017-11-071-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814462 13f79535-47bb-0310-9956-ffa450edef68
* bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is ↵Javen O'Neal2017-11-071-7/+28
| | | | | | safer, less likely to cause an OOM/DoS. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814461 13f79535-47bb-0310-9956-ffa450edef68
* bug 61730: add iterator interface to CellRangeAddressBase for iterating over ↵Javen O'Neal2017-11-071-1/+36
| | | | | | CellAddresses git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814448 13f79535-47bb-0310-9956-ffa450edef68
* bug 61727: make TestCellRangeUtil unit tests more explicitJaven O'Neal2017-11-061-27/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814444 13f79535-47bb-0310-9956-ffa450edef68
* bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff ↵Javen O'Neal2017-11-061-0/+69
| | | | | | for the patch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814432 13f79535-47bb-0310-9956-ffa450edef68