aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Eclipse warningsDominik Stadler2015-10-051-7/+19
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-057-332/+564
* removed obsolete classesAndreas Beeker2015-10-053-3217/+0
* Bug 55032: Fix handling missing option values in financial functions PV, FV, ...Dominik Stadler2015-10-011-0/+33
* Bug 50319: Make row groups which include row 0 workDominik Stadler2015-09-291-0/+14
* Tried to reproduce bug 48403 but couldn't, still adding the related unit testDominik Stadler2015-09-291-3/+31
* Add test which shows that bug 46515 is fixed since some time already.Dominik Stadler2015-09-291-0/+44
* Make XSSF and HSSF consistent in getMergedRegions - return empty list if ther...David North2015-09-231-0/+7
* Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage...Dominik Stadler2015-09-225-0/+32
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-212-8/+76
* Bug 58333: Apply patch to verify behavior on row-index before and after the l...Dominik Stadler2015-09-202-1/+31
* close resources in junit testsAndreas Beeker2015-09-203-642/+745
* Bug 57925: Add unit test and a simple fix to at least avoid the NPE when Work...Dominik Stadler2015-09-191-0/+18
* Bug 57915: Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less tha...Dominik Stadler2015-09-171-0/+22
* Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over...Nick Burch2015-09-171-0/+75
* Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, alwa...Dominik Stadler2015-09-141-0/+1
* Eclipse warnings, comment out dead code, close resources, enhance unit tests,...Dominik Stadler2015-09-132-100/+159
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-135-176/+238
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-1242-889/+1010
* Bug 58353: Return correct value in Match-Function with match-type == -1Dominik Stadler2015-09-111-7/+31
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-1123-349/+381
* forbidden apis fixes - timezone fix ... will it work?Andreas Beeker2015-09-102-3/+19
* forbidden apis fixes - a few DateFormat clean ups ...Andreas Beeker2015-09-091-0/+1
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-0732-1327/+1549
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-031-4/+6
* Bug 56959: Add verification unit test to show that the bug cannot be reproducedDominik Stadler2015-09-031-1/+43
* remove trailing comma ... works ok in Oracle jdk6, but maybe not in openjdk ...Andreas Beeker2015-09-022-2/+2
* Fix DAYS360 for US/EU handlingAndreas Beeker2015-09-018-277/+277
* Fix some Forbidden APIs errorsNick Burch2015-09-011-5/+2
* Fix some Forbidden APIs errorsNick Burch2015-09-016-8/+16
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+2
* Fix some Forbidden APIs errorsNick Burch2015-09-014-5/+9
* forbidden apis fixesAndreas Beeker2015-08-292-63/+72
* junit4 fixAndreas Beeker2015-08-291-13/+12
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-2910-308/+215
* Adjust excludes for TestRecordListerDominik Stadler2015-08-272-1/+10
* Refactor BaseXLSIteratingTest into a Parameterized test to better show which ...Dominik Stadler2015-08-257-128/+112
* Allow multiple instances of HeaderFooterRecord in CustomViewSettingsRecordAgg...Dominik Stadler2015-08-251-0/+78
* Reduce required memory in tests by not actually creating all the rows/cells w...Dominik Stadler2015-08-241-7/+6
* Eclipse warnings, code formatting, missing @Overrides, Javadoc, missing close...Dominik Stadler2015-08-201-11/+16
* Somehow the Date formatting via SimpleDateFormatter fails on some CI machines...Dominik Stadler2015-08-201-17/+9
* Patch from Javen ONeal from bug #58254 - CellFormatResult.text should check f...Nick Burch2015-08-191-0/+37
* POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix...Dominik Stadler2015-08-191-2/+72
* Add additional checks to narrow down why this test fails when run via MavenDominik Stadler2015-08-191-4/+20
* Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi...David North2015-08-192-8/+73
* Add one unit-test for a different way of calculating workdays to see if this ...Dominik Stadler2015-08-181-0/+6
* Fix indentsNick Burch2015-08-182-261/+264
* Patch from Javen ONeal from bug #58252 - More CellReference unit testing cove...Nick Burch2015-08-182-3/+46
* Try to make Sonar builds run again: add missing dependency, add ooxml-schema-...Dominik Stadler2015-08-162-19/+1
* More consistent test-file output for Excel testingNick Burch2015-08-121-5/+9