aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache
Commit message (Expand)AuthorAgeFilesLines
* fix some Eclipse warnings, unnecessary null-check and missing close() in testsDominik Stadler2014-05-131-52/+57
* Bug 56486 - Add XOR obfuscation/decryption support to HSSFAndreas Beeker2014-05-057-159/+168
* Bug 56269 - DateFormat - Rounding of fractionalsAndreas Beeker2014-05-041-21/+53
* The NPOIFS-classes result currently in left-over memory mapped buffers.Andreas Beeker2014-05-041-173/+186
* File leak detector: Close streams in some testsDominik Stadler2014-05-042-16/+41
* Excel 2007 and later allows for more than 3 Conditional Formatting rules per ...Nick Burch2014-05-021-0/+14
* Get NPOIFS in-place-write working!Nick Burch2014-04-282-4/+0
* junit4 fixAndreas Beeker2014-04-261-15/+14
* More on the HPFS in-place NPOIFS write tests, and a note about what is still ...Nick Burch2014-04-262-4/+50
* Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFSNick Burch2014-04-261-37/+85
* Stream tests for NDocumentOutputStreamNick Burch2014-04-261-0/+194
* NDocumentOutputStream write logicNick Burch2014-04-251-2/+1
* 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