aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest/org/apache/poi/TestAllFiles.java
Commit message (Collapse)AuthorAgeFilesLines
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-221-501/+0
| | | | | | | | | | | | | | | - use classpath-build for Java 8, otherwise use modulepath - save module-info classes to source, when using Java 9+ environment - rename example packages - otherwise package clashes occured in the tests - move agile encryption from ooxml to main. remove EncryptionInfo XmlBeans and schema and use custom xml marshalling - move ooxml test classes which reside in the same package as their tested main class - rename base test classes to "BaseTest..." - temporarily I've used a light version of the main test classes to test scratchpad / ooxml - build.xml - fixed the Rhino javascript errors of the dependency-macros - DrawTextParagraph - fixed StringIndexOutOfBounds when logging set to debug level - use JigSaw provider interface (= Java ServiceLoader), i.e. it wasn't possible (without openening everything), to access ooxml factory classes from main factory stub git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880164 13f79535-47bb-0310-9956-ffa450edef68
* Don't create separate instances for NullFileHandler, but rather use a common ↵Dominik Stadler2020-03-161-54/+56
| | | | | | | | static instance This can save some memory during regression testing. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875268 13f79535-47bb-0310-9956-ffa450edef68
* Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly.Tim Allison2020-02-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873863 13f79535-47bb-0310-9956-ffa450edef68
* Fix some additional file-handle-leaks reported by unit-tests via an enhanced ↵Dominik Stadler2020-01-031-0/+1
| | | | | | | | version of the file-leak-detector Also add a test for Bug 64045 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872287 13f79535-47bb-0310-9956-ffa450edef68
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-221-25/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871911 13f79535-47bb-0310-9956-ffa450edef68
* Add one more file-type to the integration testsDominik Stadler2019-10-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868979 13f79535-47bb-0310-9956-ffa450edef68
* xlsx is expected to fail in integration testPJ Fanning2019-09-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1867493 13f79535-47bb-0310-9956-ffa450edef68
* try to fix integration tests (by ignoring some new msg files)PJ Fanning2019-05-271-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860155 13f79535-47bb-0310-9956-ffa450edef68
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-111-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851089 13f79535-47bb-0310-9956-ffa450edef68
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849898 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63005] ignore openxml4j/ContentTypeHasEntities.ooxmlPJ Fanning2018-12-171-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849128 13f79535-47bb-0310-9956-ffa450edef68
* ignore keystore files on integration testAndreas Beeker2018-12-151-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848975 13f79535-47bb-0310-9956-ffa450edef68
* Fix exception for old powerpoint documents without the usual stream nameAndreas Beeker2018-11-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847442 13f79535-47bb-0310-9956-ffa450edef68
* #62921 - Provide OOXMLLite alternative for Java 12+Andreas Beeker2018-11-181-11/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846870 13f79535-47bb-0310-9956-ffa450edef68
* try to fix TestAllFilesPJ Fanning2018-08-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837716 13f79535-47bb-0310-9956-ffa450edef68
* exclude broken pptx file from integration testPJ Fanning2018-07-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837013 13f79535-47bb-0310-9956-ffa450edef68
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-201-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829653 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61267: detect Word v2 files and report that they are not supported in ↵Dominik Stadler2018-04-021-0/+2
| | | | | | Apache POI git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828176 13f79535-47bb-0310-9956-ffa450edef68
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use ↵Dominik Stadler2017-12-281-6/+3
| | | | | | try-with-resources, update/enhance JavaDoc somewhat git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819402 13f79535-47bb-0310-9956-ffa450edef68
* remove package name to ease the outputAndreas Beeker2017-12-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817600 13f79535-47bb-0310-9956-ffa450edef68
* Add some more code from the separate integration test project to be able to ↵Dominik Stadler2017-10-041-4/+4
| | | | | | publish the femaining functionality as separate project at some point git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811144 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808516 13f79535-47bb-0310-9956-ffa450edef68
* Add .git as excluded dir for integration-tests and add a local test for ↵Dominik Stadler2017-09-161-1/+1
| | | | | | XSSFBFileHandler to be able to manually test single files quickly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808504 13f79535-47bb-0310-9956-ffa450edef68
* bug 61300 -- prevent really long (infinite?) loop on corrupt fileTim Allison2017-07-141-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801989 13f79535-47bb-0310-9956-ffa450edef68
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful ↵Nick Burch2017-07-091-0/+1
| | | | | | exception if found, plus unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801376 13f79535-47bb-0310-9956-ffa450edef68
* add .ttf to ignored test integration resources Andreas Beeker2017-07-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801339 13f79535-47bb-0310-9956-ffa450edef68
* Improve error message if we encounter invalid/unexpected files in ↵Dominik Stadler2017-06-191-0/+5
| | | | | | | | integration tests Adjust some tests slightly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799178 13f79535-47bb-0310-9956-ffa450edef68
* Don't try to clone a chart, this makes integration-tests work for a few more ↵Dominik Stadler2017-06-181-7/+2
| | | | | | documents, also the one added via bug 56557 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799037 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to ↵Dominik Stadler2017-06-091-2/+3
| | | | | | Non-Unicode git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798200 13f79535-47bb-0310-9956-ffa450edef68
* Handle encrypted files with known password in integration testsAndreas Beeker2017-06-061-18/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1797839 13f79535-47bb-0310-9956-ffa450edef68
* IntegrationTest - move excludes to file handlerAndreas Beeker2017-05-021-19/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793595 13f79535-47bb-0310-9956-ffa450edef68
* Test for another type of xml-bombDominik Stadler2017-04-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790473 13f79535-47bb-0310-9956-ffa450edef68
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-041-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790061 13f79535-47bb-0310-9956-ffa450edef68
* Add docm-file which is actually a binary doc to check handling of ↵Dominik Stadler2017-03-181-0/+1
| | | | | | wrong-format-exceptions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787555 13f79535-47bb-0310-9956-ffa450edef68
* Fix ROOT_DIRDominik Stadler2017-03-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787330 13f79535-47bb-0310-9956-ffa450edef68
* 60826 -- update stress tests to handle xlsbTim Allison2017-03-161-13/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787264 13f79535-47bb-0310-9956-ffa450edef68
* HSSF: Try to handle cases where the length does not match the actual data ↵Dominik Stadler2017-03-101-5/+3
| | | | | | while cloning, we see this in some documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786431 13f79535-47bb-0310-9956-ffa450edef68
* OLD_FILES, EXPECTED_FAILURES, and IGNORED do not need to be modified when ↵Javen O'Neal2017-02-161-3/+6
| | | | | | executing TestAllFiles git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783174 13f79535-47bb-0310-9956-ffa450edef68
* test-integration: replace redundant static { EXPECTED_FAILURES.add(...) } ↵Javen O'Neal2017-02-161-89/+90
| | | | | | with (dynamic) Arrays.asList() to improve code legibility. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783171 13f79535-47bb-0310-9956-ffa450edef68
* a new test file needed to be added to the list of sheet clone expected errors.Greg Woolsey2017-02-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783129 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59273 - Unable to create pptx file by potx file using Apache POIAndreas Beeker2016-11-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769220 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60320 - issue opening password protected xlsxAndreas Beeker2016-11-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1767399 13f79535-47bb-0310-9956-ffa450edef68
* Correctly handle all types of old files, not just wordDominik Stadler2016-10-211-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1766064 13f79535-47bb-0310-9956-ffa450edef68
* fix integration-testsAndreas Beeker2016-10-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765900 13f79535-47bb-0310-9956-ffa450edef68
* Exclude new BIFF5 file in some unit testsDominik Stadler2016-10-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765876 13f79535-47bb-0310-9956-ffa450edef68
* Exclude broken hand-crafted test fileNick Burch2016-10-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764887 13f79535-47bb-0310-9956-ffa450edef68
* bug 57843: add failing unit test: Word 6.0 (1993) fails with ↵Javen O'Neal2016-09-221-0/+1
| | | | | | ArrayIndexOutOfBoundsException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761873 13f79535-47bb-0310-9956-ffa450edef68
* bug 60128: exclude openxml4j/invalid.xlsx from additional integration ↵Javen O'Neal2016-09-141-1/+4
| | | | | | (stress) tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760743 13f79535-47bb-0310-9956-ffa450edef68
* bug 60128: add test-data/openxml4j/invalid.xlsx to expected failures for ↵Javen O'Neal2016-09-141-0/+1
| | | | | | integration test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760735 13f79535-47bb-0310-9956-ffa450edef68
* Ignore Tiff filesAndreas Beeker2016-06-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749797 13f79535-47bb-0310-9956-ffa450edef68