aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Exclude new BIFF5 file in some unit testsDominik Stadler2016-10-201-0/+1
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-201-1/+1
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-1910-8/+50
* Exclude broken hand-crafted test fileNick Burch2016-10-141-0/+1
* bug 57843: add failing unit test: Word 6.0 (1993) fails with ArrayIndexOutOfB...Javen O'Neal2016-09-221-0/+1
* bug 60128: exclude openxml4j/invalid.xlsx from additional integration (stress...Javen O'Neal2016-09-142-1/+8
* bug 60128: add test-data/openxml4j/invalid.xlsx to expected failures for inte...Javen O'Neal2016-09-141-0/+1
* Fix for test-data of #59746Andreas Beeker2016-06-231-2/+2
* Ignore Tiff filesAndreas Beeker2016-06-221-0/+3
* Change logger.log to System.out to print out one line for each file that is h...Dominik Stadler2016-05-311-20/+10
* Revert expected failure as it seems to be fixed nowDominik Stadler2016-05-171-1/+0
* Exclude newly added corrupt fileDominik Stadler2016-05-171-1/+3
* Reduce calls to utf-related methods - the integration test took ages because ...Andreas Beeker2016-05-161-5/+44
* Exclude file that was modified and now fails with the known limitation of she...Dominik Stadler2016-04-121-0/+1
* ignore VBA source files in integration testJaven O'Neal2016-04-101-1/+13
* Tried to evaluate all formulas in worksheets as part of the integration tests...Dominik Stadler2016-04-061-1/+16
* Enhance integration tests to call some of the common examples/devtools to al...Dominik Stadler2016-04-015-13/+153
* Adjust integration tests, fix compilation warnings, make the check on "EXPECT...Dominik Stadler2016-03-314-21/+11
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-291-5/+7
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-291-7/+5
* fix eclipse warningsAndreas Beeker2016-03-211-0/+1
* Ignore ODSNick Burch2016-03-151-0/+1
* Also mark the file for bug 59074 as expected-failure for integration testingDominik Stadler2016-02-271-0/+1
* Bug 57914: Provide a better error message for OOXML strict format which we do...Dominik Stadler2016-02-271-0/+1
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-241-20/+8
* Ignore a failure during cloning if we exceed file-format limitsDominik Stadler2016-02-131-3/+4
* Remove file from expected failures after changes for bug 56880Dominik Stadler2016-02-051-1/+0
* Eclipse warnings, helper unit-test, improve information provided in Exception...Dominik Stadler2016-01-132-1/+8
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-103-0/+38
* Try to reproduce bug 52258 and add more checks to integration testsDominik Stadler2016-01-032-4/+45
* Fix bug 58760: non-standard namespace-key breaks parsing XLSX filesDominik Stadler2015-12-311-3/+0
* Revert changes to integration-test-framework to not make tests fail with stra...Dominik Stadler2015-12-311-13/+9
* Add null-handler in integration-tests for two Visio files which are not handl...Dominik Stadler2015-12-302-9/+21
* Bug 58616: Try to initialize with empty password if not done beforeDominik Stadler2015-12-301-0/+1
* Exclude file from integration-tests until bug 58760 is fixedDominik Stadler2015-12-301-0/+3
* Add some more tests for the checks for files that can cause large memory usage.Dominik Stadler2015-11-082-1/+8
* Add Visio OOXML text extractor + testsDustin Spicuzza2015-10-192-33/+5
* sonar fixesAndreas Beeker2015-09-301-1/+1
* Verify that bug 45541 can be resolved, add some more checks in XSLFFileHandlerDominik Stadler2015-09-291-2/+23
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-281-0/+3
* Removed HDF APIAndreas Beeker2015-09-283-27/+6
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-211-8/+2
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-202-1/+12
* Apply patch from bug 57890 to add support for different datatypes in XSSFImpo...Dominik Stadler2015-09-171-0/+1
* Enhance integration testing to apply OPCPackage tests to more file-types and ...Dominik Stadler2015-09-133-32/+98
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-031-2/+0
* Adjust excludes after adjusting multiple HeaderFooterRecord instancesDominik Stadler2015-08-251-1/+0
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-241-12/+10
* Common stress test for X/HSLF and a few bug fixesAndreas Beeker2015-08-134-61/+156
* Fix integration test for OPCPackageDominik Stadler2015-08-111-3/+1