aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also ...Javen O'Neal2016-07-071-7/+13
* bug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods that...Javen O'Neal2016-07-061-5/+27
* bug 59805: add unit test for LocaleUtil#getLocaleCalendarJaven O'Neal2016-07-061-0/+44
* bug 59805: add unit test for LocaleUtilJaven O'Neal2016-07-061-0/+55
* Add a unit-test to verify that DataFormatter.formatCellValue() does format fo...Dominik Stadler2016-07-051-0/+20
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...Javen O'Neal2016-07-0419-70/+70
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-0426-187/+187
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-047-22/+25
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-0443-216/+246
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-0411-257/+269
* bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for ...Javen O'Neal2016-07-041-1/+1
* bug 59166: suggest alternative implementations for TempFileCreationStrategyJaven O'Neal2016-07-041-4/+3
* bug 59788: move DefaultTempFileCreationStrategy from TempFile inner class to ...Javen O'Neal2016-07-041-2/+2
* uncomment ignored unit tests so they at least compileJaven O'Neal2016-07-032-15/+20
* bug 59788: create temporary directoriesJaven O'Neal2016-07-031-10/+41
* deprecated DrawingManagerAndreas Beeker2016-07-031-0/+4
* #59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape class...Andreas Beeker2016-07-038-211/+172
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-022-2/+2
* a few performance fixes to speed-up the testsAndreas Beeker2016-06-307-100/+151
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-243-27/+30
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-241-2/+2
* bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...Javen O'Neal2016-06-201-5/+6
* remove commented out @IgnoreJaven O'Neal2016-06-201-1/+0
* bug 56781: disallow names with symbols, except underscore, period, and backslashJaven O'Neal2016-06-201-0/+44
* bug 57929: add disabled unit test, adapted from novaJaven O'Neal2016-06-201-0/+30
* whitespace (tabs to 4 spaces)Javen O'Neal2016-06-201-13/+13