aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* 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
* initial support for SXSSF testsYegor Kozlov2011-05-183-32/+32
* 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
* bug#51165: Add support for OOXML Agile EncryptionMaxim Valyanskiy2011-05-103-4/+56
* Fix bug #51143 - Correct NameCommentRecord to properly serialise stringsNick Burch2011-05-041-0/+11
* Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ...Nick Burch2011-05-031-0/+12
* Add a unit test for the formula evaluation caching/updating, which ensures th...Nick Burch2011-05-011-0/+38
* Bit more testing for 51024Nick Burch2011-04-081-0/+7
* Add unit test showing that bug #51024 is incorrectNick Burch2011-04-081-0/+30
* Support for continued ExtSSTRecords, see Bugzilla 50967Yegor Kozlov2011-03-271-0/+865
* fixed TestBugs.test48968 failing on machines with non-UTC timezoneYegor Kozlov2011-03-271-40/+16
* Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulasNick Burch2011-03-252-0/+142
* 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
* improved DataFormatter, see Bugzilla 50841Yegor Kozlov2011-03-192-11/+133
* Fix bug #49219 - ExternalNameRecord can have a DDE Link entry without an oper...Nick Burch2011-03-181-0/+6
* Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end,...Nick Burch2011-03-181-0/+8
* fixed setting named styles to HSSFCells. see Bugzilla 50912Yegor Kozlov2011-03-111-5/+10
* fixed RecordFormatException when reading unicode strings with photenic data, ...Yegor Kozlov2011-03-112-0/+1150
* Add a unit test for bug #50833Nick Burch2011-03-041-2/+38
* Fix bug #50718 - More helpful error message when you try to create a CellRefe...Nick Burch2011-03-042-1/+18
* Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca...Yegor Kozlov2011-03-041-0/+129
* Improve HMEF handling of typed attributes (Strings and Dates), for both TNEF ...Nick Burch2011-03-031-2/+8
* Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ...Nick Burch2011-03-011-0/+6
* Add a unit test that shows bug #48079 no longer applies, and we can resize co...Nick Burch2011-02-181-0/+39
* Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is re...Nick Burch2011-02-111-3/+0
* Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN...Nick Burch2011-02-111-0/+33
* fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o...Yegor Kozlov2011-02-111-0/+19
* fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug...Yegor Kozlov2011-02-101-4/+4
* Remove un-used importsNick Burch2011-01-211-6/+0
* Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ...Nick Burch2011-01-202-0/+54
* added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607Yegor Kozlov2011-01-193-0/+143
* remove System.out.println() from the test codeYegor Kozlov2011-01-191-2/+0
* More NPOIFS testsNick Burch2011-01-011-6/+73
* Add unit test for using HSSF with both POIFS and NPOIFSNick Burch2011-01-012-0/+33
* Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy...Nick Burch2010-12-291-1/+1
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-293-28/+87
* More NPOIFS XBAT updatesNick Burch2010-12-291-1/+0
* XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin...Nick Burch2010-12-291-16/+16
* 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
* More NPOIFSStream unit tests, and stub out a few future ones tooNick Burch2010-12-271-7/+138