aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-054-149/+303
* Bug 55032: Fix handling missing option values in financial functions PV, FV, ...Dominik Stadler2015-10-011-0/+33
* Bug 50319: Make row groups which include row 0 workDominik Stadler2015-09-291-0/+14
* Bug 58333: Apply patch to verify behavior on row-index before and after the l...Dominik Stadler2015-09-201-0/+25
* close resources in junit testsAndreas Beeker2015-09-202-269/+312
* Bug 57915: Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less tha...Dominik Stadler2015-09-171-0/+22
* Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over...Nick Burch2015-09-171-0/+75
* Eclipse warnings, comment out dead code, close resources, enhance unit tests,...Dominik Stadler2015-09-131-2/+6
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-132-74/+92
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-1228-563/+597
* Bug 58353: Return correct value in Match-Function with match-type == -1Dominik Stadler2015-09-111-7/+31
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-111-10/+10
* forbidden apis fixes - timezone fix ... will it work?Andreas Beeker2015-09-101-0/+1
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-0719-662/+749
* remove trailing comma ... works ok in Oracle jdk6, but maybe not in openjdk ...Andreas Beeker2015-09-022-2/+2
* Fix DAYS360 for US/EU handlingAndreas Beeker2015-09-016-182/+157
* Fix some Forbidden APIs errorsNick Burch2015-09-015-7/+13
* Fix some Forbidden APIs errorsNick Burch2015-09-012-3/+5
* forbidden apis fixesAndreas Beeker2015-08-292-63/+72
* junit4 fixAndreas Beeker2015-08-291-13/+12
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-294-24/+28
* Reduce required memory in tests by not actually creating all the rows/cells w...Dominik Stadler2015-08-241-7/+6
* Somehow the Date formatting via SimpleDateFormatter fails on some CI machines...Dominik Stadler2015-08-201-17/+9
* Patch from Javen ONeal from bug #58254 - CellFormatResult.text should check f...Nick Burch2015-08-191-0/+37
* POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix...Dominik Stadler2015-08-191-2/+72
* Add additional checks to narrow down why this test fails when run via MavenDominik Stadler2015-08-191-4/+20
* Add one unit-test for a different way of calculating workdays to see if this ...Dominik Stadler2015-08-181-0/+6
* Fix indentsNick Burch2015-08-181-261/+260
* Patch from Javen ONeal from bug #58252 - More CellReference unit testing cove...Nick Burch2015-08-181-1/+46
* Further unit tests for #55747Nick Burch2015-08-011-1/+22
* Unit test for #55747Nick Burch2015-07-311-0/+31
* Adjust test that is failing on freebsd some moreDominik Stadler2015-07-271-14/+11
* Yet another adjustment to the test as it seems that small values can be compu...Dominik Stadler2015-07-221-4/+11
* Still more checks to track down why canComputeColumnWidth() returns true, but...Dominik Stadler2015-07-221-4/+4
* Still more checks to track down why canComputeColumnWidth() returns true, but...Dominik Stadler2015-07-221-6/+16
* Still more checks to track down why canComputeColumnWidth() returns true, but...Dominik Stadler2015-07-221-5/+45
* #58130 CF DataBar example and testsNick Burch2015-07-201-1/+44
* #58130 CF DataBar supportNick Burch2015-07-201-5/+32
* #58130 Support for creating CF Color Scale FormattingsNick Burch2015-07-201-1/+43
* #58130 HSSF CF Color Scale color supportNick Burch2015-07-201-3/+0
* #58130 Enable CF ColorScale support on the rule, and begin testingNick Burch2015-07-191-7/+14
* #58130 Stub the CF Color Scale unit testsNick Burch2015-07-191-13/+49
* #58130 Fix the icon formatting read/write CF testNick Burch2015-07-191-4/+3
* #58130 More CF Icon unit testsNick Burch2015-07-191-8/+83
* Simplify CF icon rule assertsNick Burch2015-07-181-91/+8
* #58130 Mostly there with CF Icon setsNick Burch2015-07-181-18/+196
* One more try to find out why autosize fails on the freebsd CI machineDominik Stadler2015-07-171-4/+14
* * Some more checks as test still fails on freebsd CI machineDominik Stadler2015-07-161-0/+3
* * Make on unit test not fail if Fonts are not available on the machineDominik Stadler2015-07-162-3/+95
* Further HSSF support towards CF IconSets #58130Nick Burch2015-07-151-0/+29