aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases
Commit message (Expand)AuthorAgeFilesLines
* fixed construction of the DIB picture header, see Bugzilla 43161Yegor Kozlov2010-05-301-1/+1
* Add a simple testcase for the new RevisionMarkAuthorTable.javaNick Burch2010-05-261-0/+51
* Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138Yegor Kozlov2010-04-201-1/+7
* propagate parent to parent-aware records decoded from Escher, also ensure tha...Yegor Kozlov2010-04-031-0/+41
* Fix an issue with the HSMF tests working on some machines but not others - Ma...Nick Burch2010-02-191-18/+18
* Add a disabled test for bug #44501, which still remains, plus fix a generics ...Nick Burch2010-01-281-0/+13
* Fix generics warnings, and fix up tests to handle the extra bit of text being...Nick Burch2010-01-281-11/+22
* Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator detectio...Nick Burch2010-01-281-3/+8
* Improved how HSMF handles multiple recipientsNick Burch2010-01-125-10/+300
* Make it possible to return null on missing chunks, rather than the exceptionNick Burch2010-01-111-0/+28
* Rename the outlook extractor to be more consistent with other extractorsNick Burch2010-01-081-7/+7
* Add a text extractor to HSMF for simpler extraction of text from .msg filesNick Burch2010-01-081-0/+95
* More work on the recipient related chunks, including a helper method to do be...Nick Burch2010-01-083-10/+99
* Quick bit of refactoring to save parsing the type and id twiceNick Burch2010-01-081-1/+1
* Support fetching the message date from the submission idNick Burch2010-01-081-0/+12
* Tweak a few tests, and add in a few more chunk typesNick Burch2010-01-082-44/+51
* Complete chunk parser tests, and make more chunk groups availableNick Burch2010-01-081-0/+71
* Fix some chunk types, fix the directory descent, fix the Msg2txt example, and...Nick Burch2010-01-081-3/+81
* Shuffle where some of the HSMF tests live to better match package names, and ...Nick Burch2010-01-078-8/+69
* Start on major HSMF refactoring. Should compile, but not quite all tests pass...Nick Burch2010-01-073-34/+86
* removed svn:eol-style=native from binary files, uncommented related tests; se...Yegor Kozlov2009-12-281-8/+4
* support for text extraction from PPT master slides, see Bugzilla 48161Yegor Kozlov2009-11-121-3/+11
* Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from no...Nick Burch2009-11-041-0/+15
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-082-11/+11
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-1319-0/+0
* Fixed PPT parser to tolerate Comment2000 containers with missing comment text...Yegor Kozlov2009-09-061-0/+28
* Support for extraction of header / footer images in HWPF, see Bugzilla 47733Yegor Kozlov2009-08-311-0/+8
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-23215-820/+406
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-2216-397/+355
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-1918-243/+165
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-1858-701/+648
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-181-0/+0
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-1829-586/+528
* fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597Yegor Kozlov2009-07-251-0/+0
* POIXMLproperties: created, creator, modified, lastprinted, identifier, revisi...Paolo Mottadelli2009-07-211-0/+0
* POIXMLproperties: core properties improvement + testPaolo Mottadelli2009-07-201-0/+0
* Support for extraction of endnotes from docx filesYegor Kozlov2009-07-181-0/+0
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-183-0/+0
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-181-0/+0
* Support for getting OLE object data in PowerPointExtractor, see Bugzilla 47456Yegor Kozlov2009-07-051-44/+28
* Support fo text extraction of footnotes, endnotes and comments in HWPF, see B...Yegor Kozlov2009-06-272-0/+48
* fixed typo in SlideShow.removeSlide which prevened deletion of slide's notes,...Yegor Kozlov2009-06-272-4/+7
* fixed SimpleShape#getLineWidth to handle default line width, see Bugzilla #46392Yegor Kozlov2009-06-191-2/+15
* improved HWPF to better handle unicode, patch provided by Benjamin Engele and...Yegor Kozlov2009-06-194-0/+72
* Fixed SlideShow#removeSlide to remove references to Notes, see Bugzilla #47261Yegor Kozlov2009-06-193-1/+31
* Renamed test suites 'AllTests' to something more specificJosh Micich2009-06-123-70/+58
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-1210-131/+27
* Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma...Josh Micich2009-05-21118-4494/+4358
* removed obsolete scratchpad filesJosh Micich2009-05-213-0/+0
* Base class for "old version" exceptions, and new HSLF detection + use of old ...Nick Burch2009-05-163-0/+22