aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-082-267/+267
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-2/+3
* SonarQube fixesAndreas Beeker2017-01-041-0/+3
* #60519 - Extractor for *SSF embeddingsAndreas Beeker2016-12-311-0/+16
* eclipse warnings - close resourcesAndreas Beeker2016-12-131-1/+1
* Revert deprecating a class that we still use ourselves and update error text ...Dominik Stadler2016-11-251-1/+1
* Bug 59273 - Unable to create pptx file by potx file using Apache POIAndreas Beeker2016-11-101-0/+1
* Bug 60320 - issue opening password protected xlsxAndreas Beeker2016-11-011-0/+1
* Correctly handle all types of old files, not just wordDominik Stadler2016-10-211-2/+1
* fix integration-testsAndreas Beeker2016-10-201-1/+1
* 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