aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hsmf
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2717-2480/+0
* add disabled test for corrupt filePJ Fanning2021-03-191-6/+30
* Sonar fixesAndreas Beeker2021-01-151-7/+5
* Sonar fixesAndreas Beeker2021-01-096-6/+6
* Sonar fixesAndreas Beeker2021-01-0917-82/+82
* Sonar fixesAndreas Beeker2020-12-264-37/+37
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-2418-199/+121
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-172-6/+7
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-132-193/+142
* github-167 - HSMF enhancementsAndreas Beeker2020-03-082-18/+110
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2711-196/+231
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-262-215/+245
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-151-7/+7
* try to fix integration tests (by ignoring some new msg files)PJ Fanning2019-05-271-1/+1
* [github-149] improve MAPIMessage.guess7BitEncoding, improve MAPIMessage.getHt...PJ Fanning2019-05-262-1/+87
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-313-31/+37
* [github-103] take latest changesPJ Fanning2018-04-011-32/+29
* add missing licensePJ Fanning2018-03-191-24/+39
* [github-103] hsmf: support writing properties. Thanks to Dominik Hölzl. This...PJ Fanning2018-03-192-1/+181
* Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica...Dominik Stadler2017-11-041-24/+17
* tidy up some test codePJ Fanning2017-09-191-6/+7
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-2/+2
* Remove unused importsDominik Stadler2017-09-165-6/+0
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-142-4/+4
* fix eclipse resource leak warningsAndreas Beeker2017-05-311-52/+65
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-161-8/+8
* Bug 60795 -- add enum for message class in MAPIMessage; deprecate getMessageC...Tim Allison2017-03-011-4/+24
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-082-125/+125
* add unit tests for MAPIMessage.get*Body()Javen O'Neal2017-01-051-6/+32
* junit improvements: assertEquals(null|true|false, ...) -> assertNull, assertT...Javen O'Neal2017-01-051-8/+8
* junit3 -> junit4Javen O'Neal2017-01-051-9/+28
* bug 60550: read ContentID chunks from mail attachments; unit test and test-da...Javen O'Neal2017-01-051-1/+1
* bug 60550: read ContentID chunks from mail attachmentsJaven O'Neal2017-01-051-3/+36
* whitespace: 3/4sp -> 4spJaven O'Neal2017-01-051-91/+89
* junit improvements:Javen O'Neal2017-01-051-15/+15
* eclipse warnings - close resourcesAndreas Beeker2016-12-131-12/+12
* SonarCube fix - make members privateAndreas Beeker2016-12-131-28/+28
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-209-20/+20
* #59724 Take advantage of all POIDocument classes being Closeable to tidy the ...Nick Burch2016-06-191-0/+4
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-074-179/+197
* NPE fix for text extraction from MSG files with only a short nameNick Burch2015-08-051-0/+19
* Add some missing close(), reduce output in unit tests and remove some other E...Dominik Stadler2015-07-071-12/+29
* Bug 57744: Fix parsing the email submission data when id contains a hyphenDominik Stadler2015-07-032-0/+59
* Bug 57678: Apply patch to better handle years in mail-messages between 1980 a...Dominik Stadler2015-07-032-3/+69
* Based on reading of the new file format docs, start to tweak how fixed length...Nick Burch2014-05-111-3/+17
* Have MAPIMessage try the codepage properties to get the ascii encoding, befor...Nick Burch2013-06-261-2/+2
* More unit tests for the HSMF fixed sized property values (a few still remain ...Nick Burch2013-06-261-7/+63
* Fix inconsistent whitespace in HSMF test filesNick Burch2013-06-265-432/+420
* Convert classes with a assertContains method to using the new POITestCase com...Nick Burch2013-06-262-28/+12
* fixed failing tests, force UTC time zone when formatting datesYegor Kozlov2012-10-241-1/+3