aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Rework test to not catch exception, junit does a good job of handling unexpec...Dominik Stadler2016-01-131-92/+48
* Undo changes to file in assertCloseDoesNotModifyFile to not have dirty files ...Dominik Stadler2016-01-031-7/+19
* Try to reproduce bug 52258 and add more checks to integration testsDominik Stadler2016-01-031-0/+14
* bug 58043: provide some compatibility between HSSF and XSSF in regards to val...Dominik Stadler2016-01-032-2/+63
* re-throw errors we aren't looking forJaven O'Neal2016-01-031-1/+4
* bug 58779: check if SlideShowFactory.create() modifies the file being read wh...Javen O'Neal2016-01-032-14/+87
* whitespaceJaven O'Neal2016-01-031-4/+4
* test XSLF SlideShowFactory creation methods individually for more granular un...Javen O'Neal2016-01-031-6/+6
* rearrange unit tests into more, smaller functionsJaven O'Neal2016-01-021-3/+29
* bug 58633 comment 5 and comment 6: add unit test coverage for CellUtil.java; ...Javen O'Neal2016-01-021-2/+182
* bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy.Javen O'Neal2016-01-021-0/+88
* Some more unit testsDominik Stadler2016-01-011-0/+31
* Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.Dominik Stadler2015-12-302-2/+79
* Eclipse warningsDominik Stadler2015-12-305-9/+21
* whitespaceJaven O'Neal2015-12-291-1/+1
* bug 58775: use short for data format index, int for cell style indexJaven O'Neal2015-12-281-2/+2
* bug 58775: add unit test to test for non-built-in data formatsJaven O'Neal2015-12-281-1/+29
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-225-18/+56
* fix forbidden apis issuesAndreas Beeker2015-12-131-2/+2
* bug 56454: shiftRows incorrectly handle merged regions that do not contain co...Javen O'Neal2015-12-061-1/+43
* make test easier to understand using A1 addresses instead of row+col numbersJaven O'Neal2015-12-061-2/+4
* whitespaceJaven O'Neal2015-12-041-410/+406
* whitespaceJaven O'Neal2015-12-041-28/+28
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-042-0/+43
* remove deprecated functions (since 2008)Javen O'Neal2015-12-041-2/+0
* testBool/testErr: check values before writeOutAndReadBackJaven O'Neal2015-11-301-2/+11
* fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEqua...Javen O'Neal2015-11-301-16/+15
* whitespaceJaven O'Neal2015-11-301-618/+618
* break testBoolErr into 2 unit tests. The test shouldn't be aware of the under...Javen O'Neal2015-11-301-16/+63
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-303-0/+23
* close resourcesAndreas Beeker2015-11-293-23/+43
* remove debugging print statementsJaven O'Neal2015-11-291-2/+0
* Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r...Javen O'Neal2015-11-291-0/+122
* javadocsJaven O'Neal2015-11-271-0/+5
* add failing unit test for bug 58648Javen O'Neal2015-11-251-0/+13
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-255-14/+18
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec...Javen O'Neal2015-11-242-6/+5
* whitespaceJaven O'Neal2015-11-241-16/+16
* bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S...Javen O'Neal2015-11-241-0/+1
* bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp...Javen O'Neal2015-11-241-7/+6
* fixed bad test case in BaseTestSheet.getCellCommentsJaven O'Neal2015-11-231-1/+11
* bug 58365: patch from Hannes Erven: add method to efficiently get all cell co...Javen O'Neal2015-11-231-2/+46
* convert junit3 to junit4Javen O'Neal2015-11-234-16/+42
* bug 58637: contribution from Hannes Erven: add CellAddress class, distinct fr...Javen O'Neal2015-11-231-0/+110
* fix unnecessary cast warningsAndreas Beeker2015-11-2210-18/+13
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-211-2/+2
* Add security checkUwe Schindler2015-11-111-0/+2
* Fix remaining security manager problems. Forbiddenapis now passes.Uwe Schindler2015-11-111-2/+2
* #58597: Fix tests to not do setAccessible(), add some doPrivileged, too.Uwe Schindler2015-11-119-176/+169
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-114-7/+7