aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
* Begin to support and test in-place changes to documents within a NPOIFS streamNick Burch2014-04-252-2/+171
* 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
* More int/long sizing fixes for >2gb NPOIFS files, see bug #56447Nick Burch2014-04-241-2/+12
* Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w...Nick Burch2014-04-241-0/+16
* Bug 56437 - [PATCH] Streaming write support in NPOIFSAndreas Beeker2014-04-211-15/+81
* Some encryption fixes:Andreas Beeker2014-04-211-7/+3
* Tweak 'assertAlmostEquals' bast on Jenkins resultsNick Burch2014-04-182-3/+3
* Unit test for column autosizing of % valuesNick Burch2014-04-182-0/+71
* Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan...Dominik Stadler2014-04-181-16/+97
* Fix some Eclipse warningsDominik Stadler2014-04-046-6/+7
* exclude new broken test-file for this testDominik Stadler2014-04-041-1/+2
* Add another test file for bug #47251, from Joe Yuan, and a disabled testNick Burch2014-04-011-0/+5
* Undo a toString() removal for a case where it is actually necessary.Dominik Stadler2014-04-011-3/+3
* performance issue: call toString() on a String object. This is entirely redun...Cédric Walter2014-03-315-12/+12
* Bug 56114: Add testcase to verify that the flag is correctly stored in the XLSDominik Stadler2014-03-151-0/+132
* Adjust for JDK 8 where an empty locale is added to the array returned by Date...Dominik Stadler2014-03-081-0/+6
* Enhance test to print out more information, it seems to fail on Apache Jenkin...Dominik Stadler2014-03-081-38/+49
* Zero length code page fix has been committed, so this file can once again be ...Nick Burch2014-02-201-3/+1
* Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ...Nick Burch2014-02-161-0/+23
* Fix unit tests broken by newly added test-file, ignore TestFontRendering as i...Dominik Stadler2014-02-163-228/+174
* Fix unit test which failed after new corrupted file was added.Dominik Stadler2014-02-161-17/+30
* Adjust some tests to not hardcode the 'test-data' directory. This breaks the ...Dominik Stadler2014-02-153-3/+19
* update *ssf-workbook tests to junit4Andreas Beeker2014-02-142-55/+115
* FindBugs fixAndreas Beeker2014-02-092-84/+118
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing...Andreas Beeker2014-02-013-39/+106
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-262-160/+244
* Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS functionNick Burch2014-01-231-0/+66
* Added license headersAndreas Beeker2014-01-188-0/+128
* Bug 35897 - Password protected filesAndreas Beeker2014-01-106-319/+470
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-012-0/+53
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-22/+20
* obsoleted by TestEscherBlipRecord and EscherMetafileBlipAndreas Beeker2013-12-302-126/+0
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-262-36/+47
* Fix some Eclipse warnings in ReaderWriterDominik Stadler2013-12-261-7/+10
* javadoc and compiler warning house-keepingAndreas Beeker2013-12-251-2/+7
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-243-214/+0
* patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2cYegor Kozlov2013-12-241-1/+2