aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* bug 59933: demote accessibility of POILogger implementations of log(int, Obje...Javen O'Neal2016-09-212-4/+5
* fix copy-paste errorJaven O'Neal2016-09-211-1/+1
* include class of caught exceptionJaven O'Neal2016-09-211-2/+3
* bug 60158: add failing test cases for AIOOBE on VBAMacroReaderJaven O'Neal2016-09-211-1/+17
* move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluat...Javen O'Neal2016-09-141-0/+12
* bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor...Javen O'Neal2016-09-147-31/+31
* bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short...Javen O'Neal2016-09-142-31/+31
* change CellValue#getCellType() to return an int instead of an enum for backwa...Javen O'Neal2016-09-1322-54/+54
* bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/falseJaven O'Neal2016-09-111-0/+21
* move duplicated NullOutputStream classes to test suite utilitiesJaven O'Neal2016-09-104-48/+45
* bug 59791: make sure hard-coded int literals work for cell typeJaven O'Neal2016-08-221-0/+2
* bug 59791: improve Cell.CELL_TYPE_* backwards compatibilityJaven O'Neal2016-08-222-9/+39
* add (meta) unit test for POITestCaseJaven O'Neal2016-08-152-0/+142
* Whitespace, javadocs and @Overrides for the Logger classesNick Burch2016-08-042-4/+10
* Rename and add missing license headerDominik Stadler2016-08-011-6/+18
* revert changes made in r1754691Mark Murphy2016-08-011-892/+0
* correction to junit bugs in r1754691Mark Murphy2016-08-011-70/+70
* Add new class Cell Style Template and supporting enum for drawing bordersMark Murphy2016-07-311-0/+892
* Add coverage of function WEEKDAYDominik Stadler2016-07-311-0/+54
* Test a few more cases of function INDIRECT()Dominik Stadler2016-07-311-1/+8
* Bug 59736: Incorrect evaluation of SUBTOTAL with composite intervalDominik Stadler2016-07-311-7/+90
* IDE warnings and fix a few places where we do not close resources in testsDominik Stadler2016-07-312-21/+30
* Introduce name-based methods for access to named ranges in a workbook, and de...David North2016-07-292-17/+11
* Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as wellDominik Stadler2016-07-271-1/+78
* test Cell.setCellValue(false)Javen O'Neal2016-07-211-24/+26
* Sync the file-based "past-the-end" exception to match the stream one, so that...Nick Burch2016-07-203-5/+26
* Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix firstNick Burch2016-07-201-0/+19
* add test case for bug 53564Javen O'Neal2016-07-191-0/+45
* 52122: Excel does not handle conditional formatting based on formula correctl...Dominik Stadler2016-07-182-11/+114
* Some warnings/improvements suggested by IntelliJDominik Stadler2016-07-181-1/+0
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-174-44/+21
* #57919 Provide an initial in-place write method for HSSFWorkbookNick Burch2016-07-171-0/+67
* bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage fo...Javen O'Neal2016-07-171-0/+89
* bug 59873: add @Internal and @Deprecated decorators to HyperlinkType enumJaven O'Neal2016-07-171-0/+2
* bug 59264,59833,59837: upgrade deprecated methods in examples and testcasesJaven O'Neal2016-07-171-20/+20
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-173-10/+12
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-172-21/+23
* Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupt...Dominik Stadler2016-07-171-0/+13
* bug 59775: fix cell address index errorJaven O'Neal2016-07-171-1/+2
* bug 59872: add Sheet.getHyperlink(CellAddress)Javen O'Neal2016-07-171-0/+21
* Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio...Dominik Stadler2016-07-161-19/+62
* Bug 59861: Adjust testcase, it works now for me. Also combine the two TestPro...Dominik Stadler2016-07-151-62/+0
* Function PROPER: Don't use a regular expression syntax that is not available ...Dominik Stadler2016-07-151-0/+62
* bug 59858: describe why VBA macro reading failedJaven O'Neal2016-07-151-4/+9
* bug 59858: add disabled unit test for bug 59858; file from BrookeJaven O'Neal2016-07-151-0/+16
* add BaseTestCellUtil unit tests to cover setting cell style properties with a...Javen O'Neal2016-07-101-0/+31
* bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignmen...Javen O'Neal2016-07-101-4/+98
* bug 59830: add context to why no more bytes could be read from input streamJaven O'Neal2016-07-091-11/+29
* bug 55555: set fill pattern, foreground color, and background color order cor...Javen O'Neal2016-07-081-0/+21
* add crude line-coverage tests for setDebugEvaluationOutputForNextEval and set...Javen O'Neal2016-07-071-0/+28