aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
* Bug 56930: Add Workbook.getNames() to allow to query for names that appear mu...Dominik Stadler2016-03-132-6/+37
* Bug 55668: Try to avoid NullPointerException when chaning cell type and formu...Dominik Stadler2016-03-131-0/+24
* #59135 - Password gets truncated when using passwords longer than 15 characte...Andreas Beeker2016-03-131-0/+19
* Bug 57200: Do not try to delete the poifiles-tempdir as it can interfere when...Dominik Stadler2016-03-121-3/+38
* #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAnd...Andreas Beeker2016-03-123-264/+232
* Fix some cases where POI itself or the tests leaked file-handlesDominik Stadler2016-03-121-41/+40
* Findbugs fixesDominik Stadler2016-03-122-1/+208
* #59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.R...Andreas Beeker2016-03-122-56/+0
* sonar fixesAndreas Beeker2016-03-101-7/+11
* Remove a superfluous/bloated log function, which String.format can do better ...Andreas Beeker2016-03-092-43/+2
* More helpful exception message if POIFS is given a raw XML file (eg an Office...Nick Burch2016-03-092-7/+21
* Exclude file for bug 59074 for some more testsDominik Stadler2016-02-282-0/+9
* Fix inconsistent indentsNick Burch2016-02-261-34/+34
* Refactor to pull out the list of Excel 97+ directory entry names to a common ...Nick Burch2016-02-261-0/+1
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-241-2/+2
* bug 58896: comment out time-dependent testJaven O'Neal2016-02-181-3/+3
* move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDa...Javen O'Neal2016-02-183-13/+6
* bug 58896: add unit test to time Sheet.autoSizeColumnJaven O'Neal2016-02-183-0/+80
* bug 56345: reject single-cell merged regionsJaven O'Neal2016-02-181-9/+31
* Add test which verifies that bug 52684 is not a problem (any more)Dominik Stadler2016-02-171-0/+24
* Fix #57034 on SXSSF, and add a common unit test to show it was already fixed ...Nick Burch2016-02-111-0/+23
* Allow common tests to do auto-sizing even on SXSSFNick Burch2016-02-112-0/+11
* Adjust test to pass forbidden-apis-checkDominik Stadler2016-01-301-3/+3
* Make OldExcelExtractor Closeable to be able to free up resources if getText()...Dominik Stadler2016-01-291-14/+172
* Rename test-source file to actual class name to avoid constant recompilations...Dominik Stadler2016-01-181-0/+0
* add @Override annotations to ITestDataProvidersJaven O'Neal2016-01-161-0/+8
* bug 58879: add SpreadsheetVersion to Workbook interfaceJaven O'Neal2016-01-162-1/+20
* Regression in version 3.14-beta1: three or four-part formats with locale id c...Dominik Stadler2016-01-132-2/+46
* Bug 58829: Remove some useages of printStackTrace() and some other minor clea...Dominik Stadler2016-01-134-27/+11
* 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