aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs/filesystem
Commit message (Expand)AuthorAgeFilesLines
* #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
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-283-82/+99
* 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
* More unit tests for NPOIFS writing, and correct a bug in how bats get allocat...Nick Burch2014-04-241-28/+67
* Bug 56437 - [PATCH] Streaming write support in NPOIFSAndreas Beeker2014-04-211-15/+81
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing...Andreas Beeker2014-02-012-25/+95
* Fix some Eclipse warnings in ReaderWriterDominik Stadler2013-12-261-7/+10
* Add unit test for using FilteringDirectoryNode with EntryUtils.areDirectories...Nick Burch2011-11-281-4/+30
* Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and a...Nick Burch2011-11-281-0/+172
* Unit tests for POIFS EntryUtilsNick Burch2011-11-281-3/+130
* Start on a new method for POIFS EntryUtils for checking to see if the two Dir...Nick Burch2011-11-251-0/+38
* cleanup sxxsf temp files after tests, remove non-ascii characters from source...Yegor Kozlov2011-06-251-1/+4
* Re-enable part of the test now that NPOIFS behaves for resetNick Burch2011-06-121-2/+0
* Further tests for NPOIFS document input stream reading, and fix a NPOIFS skip...Nick Burch2011-06-121-2/+94
* Enable more of the POIFS DocumetnInputStream tests to check NPOIFS as wellNick Burch2011-06-051-203/+197
* Work on NPOIFS document read/mark/reset work for bug #51318, including enabli...Nick Burch2011-06-041-60/+110
* Add some more NPOIFS write related tests, some of which is disabled as the fu...Nick Burch2011-05-191-3/+29
* Fix NPOIFS creation of an empty filesystem, with create/write/read testNick Burch2011-05-122-9/+35
* Finish NPOIFS support for writing to mini streams where the big block stream ...Nick Burch2011-05-122-4/+131
* The NPOIFS mini stream blocks need to be writable, correct that and add some ...Nick Burch2011-05-121-0/+128
* Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-...Nick Burch2011-03-251-0/+66
* Fix up constructor to ensure that the filesystem objects are around when we n...Nick Burch2011-03-251-0/+46
* More NPOIFS testsNick Burch2011-01-011-6/+73
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-291-7/+69
* More NPOIFS XBAT updatesNick Burch2010-12-291-1/+0
* Implement a NPOIFS document reader, and add tests which use itNick Burch2010-12-281-3/+20
* Start on refactoring ready to support NPOIFS Directory/Document nodesNick Burch2010-12-283-18/+42
* More NPOIFSStream unit testsNick Burch2010-12-282-4/+79
* More NPOIFSStream tests, and explicit free support+testNick Burch2010-12-282-6/+131
* Add NPOIFS SBAT tests, and stub out a few future testsNick Burch2010-12-271-2/+69
* Add tests for the NPOIFS mini streamNick Burch2010-12-271-0/+250