aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Eclipse warnings, typos, ...Dominik Stadler2015-11-081-13/+12
* bug 58591: add formula evaluation unit tests inspired by Jason Tomforde's que...Javen O'Neal2015-11-071-0/+276
* WhitespaceNick Burch2015-11-061-131/+131
* Convert to JUnit4Nick Burch2015-11-061-12/+20
* remove TestWorkbookEvaluator from junit3 test suite since it was upgraded to ...Javen O'Neal2015-11-061-1/+1
* remove deprecated ErrorConstants usage in TestWorkbookEvaluatorJaven O'Neal2015-11-061-2/+1
* whitespaceJaven O'Neal2015-11-061-242/+241
* convert TestWorkbookEvaluator from junit3 to junit4Javen O'Neal2015-11-061-10/+21
* extended forbidden-apis-check to ooxml-testsAndreas Beeker2015-11-053-60/+92
* Bug #55265 - DataFormatter correct support for alternate number grouping char...Nick Burch2015-11-041-0/+36
* fix for bug 51622: autosize columns with leading whitespaceJaven O'Neal2015-11-041-2/+69
* bug 58576: rename canComputeColumnWidht to canComputeColumnWidthJaven O'Neal2015-11-032-3/+3
* fix typosJaven O'Neal2015-11-031-2/+2
* fixes sonar/findbugs issuesAndreas Beeker2015-11-021-0/+2
* bug 58572: change hyperlink reference to be consistent with TestXSSFHyperlink...Javen O'Neal2015-11-021-2/+2
* bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink...Javen O'Neal2015-11-022-4/+36
* bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet ...Javen O'Neal2015-11-021-0/+46
* don't leave behind files when running unit tests. In the future this should b...Javen O'Neal2015-11-021-0/+4
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-021-0/+5
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-022-2/+11
* replace deprecated usage of FormulaShifter.createForRowShiftJaven O'Neal2015-11-021-1/+2
* bug 58384: add FormulaShifter.createForRowCopyJaven O'Neal2015-11-021-2/+82
* findbugs fixesAndreas Beeker2015-11-015-218/+326
* bug58452: set cell formulas containing unregistered function namesJaven O'Neal2015-10-313-19/+123
* improve error message if CellRangeAddress intersection assertion failsJaven O'Neal2015-10-311-4/+10
* bug 58442: in-place reorganize an AreaPtg as upper-left and lower-rightJaven O'Neal2015-10-311-0/+12
* bug 58443: prevent corrupted workbooks by checking for overlapping merged reg...Javen O'Neal2015-10-314-9/+79
* replace deprecated usage of o.a.p.ss.util.Region with o.a.p.ss.util.CellRange...Javen O'Neal2015-10-311-4/+15
* Ensure that no password was set by other tests, this breaks sometimes when th...Dominik Stadler2015-10-291-0/+4
* #58558 SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF a...Nick Burch2015-10-281-1/+33
* Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549David North2015-10-261-0/+59
* 58536 DataFormatter and CellFormat non-localised support for localised curren...Nick Burch2015-10-252-13/+62
* Mention about Locale definitions in Excel cell data format stringsNick Burch2015-10-251-0/+37
* #58532 Enable more of the padding cell format tests, but a few remain to be f...Nick Burch2015-10-241-7/+20
* #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), whichNick Burch2015-10-244-16/+73
* Fix inconsistent whitespaceNick Burch2015-10-241-391/+390
* Test to check that #58532 formats are seen as validNick Burch2015-10-241-3/+2
* Bug 58085: removing sheet breaks other existing sheet referencesDominik Stadler2015-10-231-35/+118
* bug 58441: define equals method for CellRangeAddressBaseJaven O'Neal2015-10-231-1/+44
* bug 33174: Use common unit test for testNoMergedRegionsIsEmptyListJaven O'Neal2015-10-232-8/+8
* Bug 58499: Don't report Zip-Bomb for small files which should not cause memor...Dominik Stadler2015-10-172-15/+47
* Update test to not depend on an existing build-directoryDominik Stadler2015-10-141-22/+26
* Reenable test on Windows which was disabled previously but should now work af...Dominik Stadler2015-10-141-186/+173
* Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s...Dominik Stadler2015-10-142-39/+193
* - removed deprecated and confusing methods in XSSFColorAndreas Beeker2015-10-123-54/+96
* Format numbers more like Excel doesDavid North2015-10-062-6/+62
* sonar fixes and closing resources after useAndreas Beeker2015-10-062-43/+100
* As discussed at ApacheCon: Try to automatically find test-data in unit tests,...Dominik Stadler2015-10-051-2/+6
* Eclipse warningsDominik Stadler2015-10-051-7/+19
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-057-332/+564