aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Collapse)AuthorAgeFilesLines
...
* Add additional checks to narrow down why this test fails when run via MavenDominik Stadler2015-08-191-4/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696584 13f79535-47bb-0310-9956-ffa450edef68
* Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus ↵David North2015-08-192-8/+73
| | | | | | | | additional tests. https://bz.apache.org/bugzilla/show_bug.cgi?id=52111 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696549 13f79535-47bb-0310-9956-ffa450edef68
* Add one unit-test for a different way of calculating workdays to see if this ↵Dominik Stadler2015-08-181-0/+6
| | | | | | also triggers test failures in Sonar Maven runs which currently fail for test-case TestWorkdayFunction git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696498 13f79535-47bb-0310-9956-ffa450edef68
* Fix indentsNick Burch2015-08-182-261/+264
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696429 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Javen ONeal from bug #58252 - More CellReference unit testing ↵Nick Burch2015-08-182-3/+46
| | | | | | coverage git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696427 13f79535-47bb-0310-9956-ffa450edef68
* Try to make Sonar builds run again: add missing dependency, add ↵Dominik Stadler2015-08-162-19/+1
| | | | | | ooxml-schema-security, don't depend on dir test-data and build-directory directly, don't override a POILogger that is set via System Properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696165 13f79535-47bb-0310-9956-ffa450edef68
* More consistent test-file output for Excel testingNick Burch2015-08-121-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695605 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent whitespace/indentsNick Burch2015-08-121-392/+388
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695604 13f79535-47bb-0310-9956-ffa450edef68
* Continue with 55747 / 55324 testingNick Burch2015-08-121-26/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695603 13f79535-47bb-0310-9956-ffa450edef68
* More tests for 55747 / 55324Nick Burch2015-08-121-11/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695601 13f79535-47bb-0310-9956-ffa450edef68
* #56519 - XSLFSlide.draw is not working with text embeded in PPTXAndreas Beeker2015-08-091-0/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694925 13f79535-47bb-0310-9956-ffa450edef68
* NPE fix for text extraction from MSG files with only a short nameNick Burch2015-08-051-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694255 13f79535-47bb-0310-9956-ffa450edef68
* Further unit tests for #55747Nick Burch2015-08-011-1/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693675 13f79535-47bb-0310-9956-ffa450edef68
* Unit test for #55747Nick Burch2015-07-311-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693674 13f79535-47bb-0310-9956-ffa450edef68
* Adjust test that is failing on freebsd some moreDominik Stadler2015-07-272-16/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692904 13f79535-47bb-0310-9956-ffa450edef68
* Adjust init of PresetGeometries to not keep the object if static ↵Dominik Stadler2015-07-271-5/+28
| | | | | | initialization fails git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692898 13f79535-47bb-0310-9956-ffa450edef68
* Improve error message slightly, add tests to verify things failing in ↵Dominik Stadler2015-07-271-0/+69
| | | | | | Gump-build currently git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692836 13f79535-47bb-0310-9956-ffa450edef68
* Yet another adjustment to the test as it seems that small values can be ↵Dominik Stadler2015-07-221-4/+11
| | | | | | computed, only larger ones fail, let's find out at which point it fails git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692326 13f79535-47bb-0310-9956-ffa450edef68
* Still more checks to track down why canComputeColumnWidth() returns true, ↵Dominik Stadler2015-07-221-4/+4
| | | | | | but width is still returned 0 on freebsd... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692289 13f79535-47bb-0310-9956-ffa450edef68
* Still more checks to track down why canComputeColumnWidth() returns true, ↵Dominik Stadler2015-07-221-6/+16
| | | | | | but width is still returned 0 on freebsd... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692278 13f79535-47bb-0310-9956-ffa450edef68
* Still more checks to track down why canComputeColumnWidth() returns true, ↵Dominik Stadler2015-07-221-5/+45
| | | | | | but width is still returned 0 on freebsd... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692265 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeaderDominik Stadler2015-07-201-4/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691948 13f79535-47bb-0310-9956-ffa450edef68
* #58130 CF DataBar example and testsNick Burch2015-07-201-1/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691869 13f79535-47bb-0310-9956-ffa450edef68
* #58130 CF DataBar supportNick Burch2015-07-201-5/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691868 13f79535-47bb-0310-9956-ffa450edef68
* #58130 Support for creating CF Color Scale FormattingsNick Burch2015-07-201-1/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691866 13f79535-47bb-0310-9956-ffa450edef68
* #58130 HSSF CF Color Scale color supportNick Burch2015-07-202-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691865 13f79535-47bb-0310-9956-ffa450edef68
* #58130 Enable CF ColorScale support on the rule, and begin testingNick Burch2015-07-191-7/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691860 13f79535-47bb-0310-9956-ffa450edef68
* #58130 Stub the CF Color Scale unit testsNick Burch2015-07-191-13/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691789 13f79535-47bb-0310-9956-ffa450edef68
* #58130 Fix the icon formatting read/write CF testNick Burch2015-07-191-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691788 13f79535-47bb-0310-9956-ffa450edef68
* #58130 More CF Icon unit testsNick Burch2015-07-191-8/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691787 13f79535-47bb-0310-9956-ffa450edef68
* Simplify CF icon rule assertsNick Burch2015-07-181-91/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691764 13f79535-47bb-0310-9956-ffa450edef68
* #58130 Mostly there with CF Icon setsNick Burch2015-07-182-18/+238
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691679 13f79535-47bb-0310-9956-ffa450edef68
* One more try to find out why autosize fails on the freebsd CI machineDominik Stadler2015-07-171-4/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691495 13f79535-47bb-0310-9956-ffa450edef68
* * Some more checks as test still fails on freebsd CI machineDominik Stadler2015-07-161-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691407 13f79535-47bb-0310-9956-ffa450edef68
* * Make on unit test not fail if Fonts are not available on the machineDominik Stadler2015-07-162-3/+95
| | | | | | | | * Refactor SheetUtil a bit to reduce code-duplication, adjust JavaDoc for -1 return values * Add method to check if we can compute text-width * Add unit-tests which verify some more of SheetUtil git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691341 13f79535-47bb-0310-9956-ffa450edef68
* Fixup printing record name in case of unknown sidDominik Stadler2015-07-161-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691312 13f79535-47bb-0310-9956-ffa450edef68
* More coverage of class EscherDumpDominik Stadler2015-07-161-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691311 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Eclipse warnings and adjust use of Generics, Comments, close()Dominik Stadler2015-07-161-172/+176
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691308 13f79535-47bb-0310-9956-ffa450edef68
* Further HSSF support towards CF IconSets #58130Nick Burch2015-07-151-0/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691113 13f79535-47bb-0310-9956-ffa450edef68
* More CF colour testsNick Burch2015-07-141-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691094 13f79535-47bb-0310-9956-ffa450edef68
* Start checking the CF colours in the unit testsNick Burch2015-07-142-2/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691092 13f79535-47bb-0310-9956-ffa450edef68
* Check more of the complex CF cases from the test filesNick Burch2015-07-131-2/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690813 13f79535-47bb-0310-9956-ffa450edef68
* Move some test checks to using ConditionType instead of raw bytesNick Burch2015-07-131-15/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690808 13f79535-47bb-0310-9956-ffa450edef68
* Enable CF2007 test for XLSX tooNick Burch2015-07-131-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690805 13f79535-47bb-0310-9956-ffa450edef68
* Have the HSSF ConditionalFormattingTable look for CF12 records as well, and ↵Nick Burch2015-07-131-4/+29
| | | | | | begin more detailed testing of the high level rules #58130 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690796 13f79535-47bb-0310-9956-ffa450edef68
* Begin updating the HSSF CF code to work on the base types, so it can handle ↵Nick Burch2015-07-131-0/+27
| | | | | | both CF and CF12 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690793 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent indentsNick Burch2015-07-131-83/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690790 13f79535-47bb-0310-9956-ffa450edef68
* Fix generics, and use base typesNick Burch2015-07-131-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690789 13f79535-47bb-0310-9956-ffa450edef68
* Enable CFRule12 use #58130Nick Burch2015-07-131-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690783 13f79535-47bb-0310-9956-ffa450edef68
* More helpful output if a re-write test failsNick Burch2015-07-131-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690780 13f79535-47bb-0310-9956-ffa450edef68