aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases
Commit message (Expand)AuthorAgeFilesLines
* HWPF: test auto-saved documentMaxim Valyanskiy2010-07-072-2/+18
* More Word 6 / Word 95 SupportNick Burch2010-07-021-0/+14
* Basic text extraction support for old Word 6 and Word 95 documents via some H...Nick Burch2010-06-301-3/+40
* Better handling of Outlook messages in HSMF when there's no recipient email a...Nick Burch2010-06-141-0/+37
* Fix for bug #48245 - tweak HWPF table cell detection to work across more filesNick Burch2010-06-111-166/+350
* Add additional RevisionMarkAuthorTable testNick Burch2010-06-101-0/+23
* Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF rangesNick Burch2010-06-042-1/+44
* Tweak @link reference to avoid compiler issuesNick Burch2010-06-031-2/+1
* Remove un-used importsNick Burch2010-06-031-2/+0
* Parse the HSMF headers chunk if present, and use it to find Dates in text ext...Nick Burch2010-06-032-2/+31
* List attachment names in the output of OutlookTextExtractor (to get attachmen...Nick Burch2010-06-021-0/+31
* 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