aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* 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
* Force OPOIFS test to explicitly create OPOIFS instanceNick Burch2015-05-261-2/+2
* Fix warningsNick Burch2015-05-261-2/+10
* Fix testing for NPOIFS zero-length stream writingNick Burch2015-05-261-2/+31
* Fix NPOIFS to handle dodgy excel-95 file from bug #46904Nick Burch2015-05-261-3/+0
* More 0 byte stream testsNick Burch2015-05-261-0/+32
* Add verification unit test for bug 47169Dominik Stadler2015-05-201-1/+10
* Apply fix reported in bug 47661 and add unit testsDominik Stadler2015-05-201-3/+21
* Prevent problems reported in Bug 56574 by ensuring that Cells are properly re...Dominik Stadler2015-05-191-3/+52
* Adjust error message to have the same error across different types of Workboo...Dominik Stadler2015-05-122-4/+11
* Fix unit test which asserts on actual error messageDominik Stadler2015-05-121-1/+2
* Avoid possible NPE found via CommonCrawl filesDominik Stadler2015-05-112-1/+9
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-114-10/+31
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-115-34/+31
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-2/+3
* Add a deep re-write NPOIFS testNick Burch2015-05-111-3/+33
* Correct zero byte entry support in NPOIFSNick Burch2015-05-111-2/+1
* Disabled NPOIFS unit test - problem with 0 length entries discovered working ...Nick Burch2015-05-111-0/+61
* More NPOIFS ministore testsNick Burch2015-05-111-0/+48
* Add a (disabled) failing unit test on heavily nested NPOIFS copies, found wor...Nick Burch2015-05-111-4/+50
* Add missing license headerNick Burch2015-04-241-0/+17
* Patch from Conor from bug #57747 - Add ISERR() functionNick Burch2015-04-241-0/+88
* #57851 - Skip null properties in PropertyTableBase, which is how PropertyFact...Nick Burch2015-04-231-5/+25
* Make the opening code genericNick Burch2015-04-231-18/+30
* Make the test generic across POIFS and NPOIFSNick Burch2015-04-231-21/+33
* Pull out a common NPOIFS/POIFS test to a decidated bugs test classNick Burch2015-04-232-41/+66
* Fix inconsistent indentsNick Burch2015-04-231-102/+102
* Add unit test for Eventmodel processing of password protected excel filesNick Burch2015-04-231-0/+63