aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
...
* #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-182-18/+238
* 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
* Fixup printing record name in case of unknown sidDominik Stadler2015-07-161-0/+8
* More coverage of class EscherDumpDominik Stadler2015-07-161-0/+19
* Fix some Eclipse warnings and adjust use of Generics, Comments, close()Dominik Stadler2015-07-161-172/+176
* Further HSSF support towards CF IconSets #58130Nick Burch2015-07-151-0/+29
* More CF colour testsNick Burch2015-07-141-4/+17
* Start checking the CF colours in the unit testsNick Burch2015-07-142-2/+15
* Check more of the complex CF cases from the test filesNick Burch2015-07-131-2/+51
* Move some test checks to using ConditionType instead of raw bytesNick Burch2015-07-131-15/+26
* Enable CF2007 test for XLSX tooNick Burch2015-07-131-1/+8
* Have the HSSF ConditionalFormattingTable look for CF12 records as well, and b...Nick Burch2015-07-131-4/+29
* Begin updating the HSSF CF code to work on the base types, so it can handle b...Nick Burch2015-07-131-0/+27
* Fix inconsistent indentsNick Burch2015-07-131-83/+81
* Fix generics, and use base typesNick Burch2015-07-131-9/+10
* Enable CFRule12 use #58130Nick Burch2015-07-131-2/+1
* More helpful output if a re-write test failsNick Burch2015-07-131-3/+9
* CFRule12 testsNick Burch2015-07-133-23/+95
* Bug 58113: Fix regression: NullPointerException when setting cell value to nullDominik Stadler2015-07-131-6/+48
* Refactor some of the CFRuleRecord logic out to CFRuleBase, and begin work on ...Nick Burch2015-07-122-5/+4
* Introduce a CFHeaderBase common parent #58130Nick Burch2015-07-121-11/+46
* Add some missing close(), reduce output in unit tests and remove some other E...Dominik Stadler2015-07-072-2/+1
* When writing the mini-stream, set the size of it on the root property #58061Nick Burch2015-07-061-0/+4
* Helper method to report the number of blocks used in a BATNick Burch2015-07-061-0/+54
* Fix OPOIFS generics warningsNick Burch2015-07-021-17/+14
* To better match OPOIFS, pad to the end of a block with 0xFF/-1Nick Burch2015-07-011-0/+2
* More NPOIFS ministream testsNick Burch2015-06-302-3/+95
* Put the properties table at block 0, with the first BAT at block 1, to hopefu...Nick Burch2015-06-283-136/+133
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-231-0/+1
* Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shortsAndreas Beeker2015-06-231-3/+24
* Bug 58040 - Log ForgingAndreas Beeker2015-06-212-34/+78
* Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid...Dominik Stadler2015-06-211-6/+33
* Bug 56655: Fix Sumifs for cases where the criteria is in error.Dominik Stadler2015-06-201-0/+81
* Bug 56420: Fix possible NullPointerException when empty cell is included in S...Dominik Stadler2015-06-201-0/+9
* Comment out writing to file in c:/temp which breaks the build nowDominik Stadler2015-06-171-6/+6
* Move more tests into base class and add a TestSXSSFBugs class to verify some ...Dominik Stadler2015-06-172-24/+277
* Whitespace seems to be confusing the license header check; try pasting one of...David North2015-06-151-18/+16
* One more file with missing license headerDominik Stadler2015-06-151-0/+18
* Add explicit test for NPE only caught by other tests. Test '97 fallback behav...David North2015-06-121-0/+5
* My own patch to fix #56328David North2015-06-121-0/+50
* Bug 53109: Correctly handle unicode strings in NameCommentRecordDominik Stadler2015-06-011-0/+20
* Patch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for ...Nick Burch2015-05-311-0/+92
* #56791 Make NPOIFS the default when POIFSFileSystem is requestedNick Burch2015-05-261-7/+9
* Force OPOIFS test to explicitly create OPOIFS instanceNick Burch2015-05-261-9/+9