aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hpsf
Commit message (Expand)AuthorAgeFilesLines
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+3
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+2
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-6/+6
* Move test-case to location where the scratchpad-classes are availableDominik Stadler2015-02-271-22/+0
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-271-54/+111
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-284-39/+42
* Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no...Nick Burch2014-07-241-0/+11
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-112-7/+7
* 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
* 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-261-4/+49
* Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFSNick Burch2014-04-261-37/+85
* NDocumentOutputStream write logicNick Burch2014-04-251-2/+1
* Begin to support and test in-place changes to documents within a NPOIFS streamNick Burch2014-04-251-2/+134
* 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
* Deprecate the old HPSF codepage Constants list, and change the code to use th...Nick Burch2013-06-263-18/+13
* Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ...Nick Burch2013-06-261-1/+13
* Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig...Nick Burch2013-06-251-0/+35
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-17/+0
* Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin...Yegor Kozlov2012-02-151-0/+88
* replace exception with warningSergey Vladimirov2011-10-291-10/+3
* Improve HPSF test failure messageNick Burch2011-10-151-1/+7
* update testSectionMethods() test (due to padding)Sergey Vladimirov2011-10-021-3/+2
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-101-2/+2
* Add test which shows that bug #48832 is invalidNick Burch2010-05-262-0/+112
* avoid creating unnecessary temp files, tighten up usage of temp files in unit...Yegor Kozlov2010-01-141-2/+3
* Remove some generics warnings from the HPSF custom properties and sections partsNick Burch2010-01-131-0/+17
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-092-21/+10
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-084-812/+703
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-2322-47/+48
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-221-8/+8
* fixes and misc refactorings suggested by IntellijYegor Kozlov2009-08-211-1/+0
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-201-0/+10
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-34/+39
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-123-129/+26
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-0110-176/+8
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-142-20/+19
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-092-20/+20
* Fix a typo in the file name, and add a generic method to POITextExtractor to ...Nick Burch2008-08-121-7/+7
* New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extra...Nick Burch2008-08-121-0/+115
* 44694 - HPSF: Support for property sets without sectionsRainer Klute2008-04-021-0/+0
* Patch from Josh from bug #44437 - improved unit test for poifsNick Burch2008-02-211-0/+39
* - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa...Rainer Klute2008-02-084-79/+110
* Add (disabled) failing testcase for bug #44375Nick Burch2008-02-072-0/+38