aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-1570-403/+405
* Replace manual close with try-with-resourcesDominik Stadler2019-12-157-60/+24
* Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...Dominik Stadler2019-12-154-8/+36
* Add MemoryVerifier to enable memory leak checking in unit-tests and addDominik Stadler2019-12-151-0/+106
* #64004 - Replace clone() with copy constructorAndreas Beeker2019-12-142-34/+54
* Ensure that the temporary directory does exist before using it in testsDominik Stadler2019-12-141-12/+19
* Bug 63569: Adjust handling of check for max allocation of byte arrayDominik Stadler2019-12-141-0/+58
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-142-9/+12
* fix typoAndreas Beeker2019-12-101-2/+2
* Ignore "IIO Can't create cache file" errorsAndreas Beeker2019-12-091-39/+47
* Migrate tests to Junit 4Andreas Beeker2019-12-0947-565/+844
* Bug 63927 - Inconsistent mapping of Norwegian locales for date formatsAndreas Beeker2019-12-081-1/+52
* Bug 63779 - Add support for the new Java date/time API added in Java 8Andreas Beeker2019-12-081-80/+97
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-032-64/+161
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-301-11/+3
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-291-2/+1
* replace more StringBuffersPJ Fanning2019-11-212-13/+3
* replace some more StringBuffersPJ Fanning2019-11-211-1/+1
* replace some uses of StringBuffer with StringBuilderPJ Fanning2019-11-202-2/+2
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-172-13/+4
* Two more tests which are failing in CI on WindowsDominik Stadler2019-10-262-4/+2
* Try to fix test which is still failing on Windows in a different wayDominik Stadler2019-10-261-3/+1
* Adjust comments and add slightly more test-coverageDominik Stadler2019-10-261-3/+23
* Remove references to DatatypeConverterAndreas Beeker2019-10-251-4/+3
* #63745 - Make GenericRecordJsonWriter Json-conformantAndreas Beeker2019-10-2514-181/+177
* Bug 63805: BigDecimal: use enum args instead of integers (deprecated in Java 9)Dominik Stadler2019-10-251-2/+3
* use spaces for indentsPJ Fanning2019-10-141-134/+134
* [bug-63842] FractionFormat casts whole part of the value into 'int'PJ Fanning2019-10-141-0/+16
* Fix line.separator issuesAndreas Beeker2019-10-133-2/+6
* Fix line.separator issuesAndreas Beeker2019-10-1310-0/+10
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-1218-297/+355
* 63779 Add support for the new Java date/time API added in Java 8Dominik Stadler2019-10-098-495/+666
* [bug-63774] adding lots of custom properties can cause performance issues due...PJ Fanning2019-09-261-1/+2
* try to avoid casting to intPJ Fanning2019-09-141-2/+5
* remove obsolete JDK6 workaroundsAndreas Beeker2019-09-121-2/+0
* remove obsolete JDK6 workaroundsAndreas Beeker2019-09-121-22/+1
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-111-0/+2
* remove debug codePJ Fanning2019-09-041-3/+0
* [bug-63725] commons-compress 1.19PJ Fanning2019-09-041-1/+4
* Close file-resources in unit-tests, fix IDE warningsDominik Stadler2019-08-152-19/+52
* Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.Dominik Stadler2019-06-221-0/+23
* tidy up some int castsPJ Fanning2019-06-121-6/+6
* Use TempFile to avoid problems with temporary directories in Maven buildsDominik Stadler2019-05-201-2/+3
* FileMagic now has patterns with up to 12 bytes (JPG)Dominik Stadler2019-05-201-0/+89
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-2311-106/+115
* Fix some IDE warnings and enable commented testDominik Stadler2019-03-312-25/+10
* Add some more variants of HTML with preceding newline which we see frequentlyDominik Stadler2019-03-311-0/+4
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-311-152/+163
* fix a condition not seen until a recent expansion of the stress test. Gracef...Greg Woolsey2019-03-311-0/+14
* #63292 1904 date windowing flag not used for some format casesGreg Woolsey2019-03-301-0/+31