aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
Commit message (Expand)AuthorAgeFilesLines
...
* Improve some assertions and error messages for exceptions seen in the regress...Dominik Stadler2020-01-301-13/+15
* fix NPE in test codePJ Fanning2020-01-271-2/+3
* Sonar fixesAndreas Beeker2020-01-215-27/+24
* try to fix winmail errors in maven / sonar buildsAndreas Beeker2020-01-211-8/+1
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-101-3/+2
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-102-4/+4
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2020-01-081-8/+48
* Fix some additional file-handle-leaks reported by unit-tests via an enhanced ...Dominik Stadler2020-01-031-0/+1
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-222-36/+34
* Add one more file-type to the integration testsDominik Stadler2019-10-261-0/+1
* xlsx is expected to fail in integration testPJ Fanning2019-09-241-0/+1
* remove obsolete JDK6 workaroundsAndreas Beeker2019-09-121-1/+0
* ExcelComparator: Adjust iterating rows/columnsDominik Stadler2019-06-051-0/+2
* Add helper class for mass-regression-tests which scans a directory and providesDominik Stadler2019-06-051-0/+170
* try to fix integration tests (by ignoring some new msg files)PJ Fanning2019-05-272-2/+9
* Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so...Dominik Stadler2019-03-021-24/+56
* Add some more testing for bug 63151: NullPointerException in HSSFOptimiser.op...Dominik Stadler2019-02-231-2/+5
* Adjust BaseIntegrationTest some more to better handle invalid file extensionsDominik Stadler2019-02-231-59/+59
* Adjust handling of some exceptions in regression testsDominik Stadler2019-01-271-19/+43
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-271-2/+21
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-132-1/+5
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-111-3/+3
* Bug 60460: Handle null workbook or sheet names and emit #REF as Excel doesDominik Stadler2018-12-301-1/+8
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-281-1/+1
* [bug-63005] ignore openxml4j/ContentTypeHasEntities.ooxmlPJ Fanning2018-12-171-0/+3
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-161-1/+3
* merge trunkhemfAndreas Beeker2018-12-161-1/+7
|\
| * ignore keystore files on integration testAndreas Beeker2018-12-151-1/+7
| * Fix exception for old powerpoint documents without the usual stream nameAndreas Beeker2018-11-251-0/+1
| * Add test for FileMagicDominik Stadler2018-11-251-5/+4
* | merge trunkAndreas Beeker2018-12-142-5/+5
* | merge trunkAndreas Beeker2018-11-204-32/+57
|\|
| * Try to workaround/ignore kept open files of JaCoCo ant taskAndreas Beeker2018-11-191-1/+3
| * Remove/Minimize references to Scratchpad module from other modulesAndreas Beeker2018-11-191-13/+21
| * #62921 - Provide OOXMLLite alternative for Java 12+Andreas Beeker2018-11-182-18/+33
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-231-1/+0
|/
* try to fix TestAllFilesPJ Fanning2018-08-091-0/+1
* exclude broken pptx file from integration testPJ Fanning2018-07-301-0/+1
* #59268 - Work on providing an updated version of XMLBeansAndreas Beeker2018-06-221-2/+2
* [bug-62435] Rename getAllEmbedds method to getAllEmbeddedPartsPJ Fanning2018-06-061-1/+1
* [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts (getAllEmbedds...PJ Fanning2018-06-061-1/+1
* #62187 - missing lib reference on integration buildAndreas Beeker2018-06-051-0/+1
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-274-7/+6
* #62355 - unsplit packages - 2 - modified classes (not only imports)Andreas Beeker2018-05-271-6/+2
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-202-6/+12
* Try to avoid one NPE that popped up in commoncrawl-corpus testsDominik Stadler2018-04-041-1/+1
* Bug 61267: detect Word v2 files and report that they are not supported in Apa...Dominik Stadler2018-04-022-1/+4
* Bug 61911: Avoid IndexOutOfBounds access when reading picturesDominik Stadler2017-12-282-9/+10
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t...Dominik Stadler2017-12-2816-139/+50
* use StandardCharsetsPJ Fanning2017-12-191-2/+2