aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs/filesystem/TestNPOIFSFileSystem.java
Commit message (Expand)AuthorAgeFilesLines
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-1797/+0
* #62649 - Remove OPOIFSAndreas Beeker2018-08-261-64/+74
* Update some tests and IntelliJ warningsDominik Stadler2018-01-011-26/+8
* 60325: Add commented out test that reproduces the performance issueDominik Stadler2017-04-301-37/+146
* Use long for the dummy stream, to permit >2gb streamsNick Burch2017-02-101-8/+17
* Update the big file test to use POIFSFileSystem.create(File), and tweak javadocsNick Burch2017-02-101-14/+3
* Start on a unit test for #60670, work required to get it passingNick Burch2017-02-091-0/+137
* fix eclipse warnings - close resourcesAndreas Beeker2017-01-231-291/+311
* Recursive delete unit test based on users@ query - working fine alreadyNick Burch2016-12-061-0/+55
* Use IOUtils.closeQuietly() in more placesDominik Stadler2016-10-051-19/+20
* Sync the file-based "past-the-end" exception to match the stream one, so that...Nick Burch2016-07-201-0/+23
* When writing the mini-stream, set the size of it on the root property #58061Nick Burch2015-07-061-0/+4
* Put the properties table at block 0, with the first BAT at block 1, to hopefu...Nick Burch2015-06-281-75/+72
* 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
* 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
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-111-0/+20
* 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
* 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-121-1/+26
* More NPOIFS testsNick Burch2011-01-011-6/+73
* 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-281-16/+40
* More NPOIFSStream unit testsNick Burch2010-12-281-0/+3
* Add NPOIFS SBAT tests, and stub out a few future testsNick Burch2010-12-271-2/+69
* More NPOIFS testsNick Burch2010-12-271-2/+106
* Start on PropertyTable support for NPOIFS, and more NPOIFS testsNick Burch2010-12-231-61/+93
* Add NPOIFSFileSystem support for identifying free blocks, along with partial ...Nick Burch2010-12-231-0/+80
* More NPOIFSFileSystem and NPOIFSStream read unit tests, along with details of...Nick Burch2010-12-231-1/+29
* Initial NPOIFS low level stream reader and writer. Still needs unit tests, bu...Nick Burch2010-12-221-11/+48
* Change how the NIO block read works, to re-use the byte array for the from-In...Nick Burch2010-12-191-1/+26
* Initial work on a NIO POIFSFileSystem. Currently is able to open the file and...Nick Burch2010-12-191-0/+59