aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
* Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s...Dominik Stadler2015-10-141-39/+144
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-123-47/+44
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-115-38/+65
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-291-3/+1
* Eclipse warnings, code formatting, missing @Overrides, Javadoc, missing close...Dominik Stadler2015-08-201-11/+16
* Try to make Sonar builds run again: add missing dependency, add ooxml-schema-...Dominik Stadler2015-08-162-19/+1
* Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeaderDominik Stadler2015-07-201-4/+43
* 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-301-3/+80
* Put the properties table at block 0, with the first BAT at block 1, to hopefu...Nick Burch2015-06-283-136/+133
* #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
* More 0 byte stream testsNick Burch2015-05-261-0/+32
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-114-33/+31
* 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
* #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 usage of Generics in some classesDominik Stadler2015-04-201-1/+1
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-284-119/+140
* Add missing license headerDominik Stadler2014-11-271-0/+17
* Add more output in case of unknown cipher-ids to aid in debugging bugs like 5...Dominik Stadler2014-11-261-0/+42
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-113-1/+62
* More on the HPFS in-place NPOIFS write tests, and a note about what is still ...Nick Burch2014-04-261-0/+1
* Stream tests for NDocumentOutputStreamNick Burch2014-04-261-0/+194
* Begin to support and test in-place changes to documents within a NPOIFS streamNick Burch2014-04-251-0/+37
* Complete NPOIFS write testsNick Burch2014-04-251-7/+122
* More progress with the write/read npoifs tests, but one bug still to go....Nick Burch2014-04-251-9/+71
* Refactor some of the NPOIFS write tests, and begin on the last missing write ...Nick Burch2014-04-251-78/+89
* Finish off the next NPOIFS write textNick Burch2014-04-251-11/+36
* More NPOIFS mini stream improvements, and more tests for it allNick Burch2014-04-251-5/+71
* Correct mini stream initialisation, and enable more npoifs write testsNick Burch2014-04-251-116/+88
* More NPOIFS tests, and a partial mini-stream fixNick Burch2014-04-251-19/+76
* More npoifs write tests, some disabled as failingNick Burch2014-04-251-3/+74
* Add common code for writing out and reading NPOIFS again, and add a disabled ...Nick Burch2014-04-241-6/+57
* Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ...Nick Burch2014-04-241-3/+133
* Add TODOs for the next set of NPOIFS write tests we needNick Burch2014-04-241-14/+58
* More NPOIFS write testing, and fix a problem with writing xbat details outNick Burch2014-04-241-3/+0
* Update a test to use the existing EntryUtils to copy with, rather than duplci...Nick Burch2014-04-241-30/+6