aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
Commit message (Collapse)AuthorAgeFilesLines
...
* 60881 and 60891 -- on further look, no need to throw an exception for an ↵Tim Allison2017-03-201-1/+1
| | | | | | encrypted xlsb. On the second, let's fix readFully to read fully. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787846 13f79535-47bb-0310-9956-ffa450edef68
* 60879 -- figure out if we can support old beta xlsb or throw exception. For ↵Tim Allison2017-03-201-5/+2
| | | | | | now, let's hope there's only one diff and/or the other bounds checking etc will throw exception if there are other problems. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787832 13f79535-47bb-0310-9956-ffa450edef68
* Fix broken importsDominik Stadler2017-03-181-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787585 13f79535-47bb-0310-9956-ffa450edef68
* Adjust integration-test files slightly, more failure-output, make it a bit ↵Dominik Stadler2017-03-1810-70/+147
| | | | | | easier to test single-files, add a HeapDump class for investigating memory leaks, adjust XSSFFileHandler to free memory more quickly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787556 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-172-7/+2
| | | | 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-163-20/+144
| | | | 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
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-082-267/+267
| | | | | | | | $ dos2unix `find -name *.java` $ svn propset svn:eol-style native `find -name *.java` git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782114 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-2/+3
| | | | | | cleanup sources - add parenthesis to statements git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1778955 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixesAndreas Beeker2017-01-041-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777252 13f79535-47bb-0310-9956-ffa450edef68
* #60519 - Extractor for *SSF embeddingsAndreas Beeker2016-12-311-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776819 13f79535-47bb-0310-9956-ffa450edef68
* eclipse warnings - close resourcesAndreas Beeker2016-12-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773910 13f79535-47bb-0310-9956-ffa450edef68
* Revert deprecating a class that we still use ourselves and update error text ↵Dominik Stadler2016-11-251-1/+1
| | | | | | slightly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771395 13f79535-47bb-0310-9956-ffa450edef68
* Fix missing directory 'maven' in source release packages, adjust the related ↵Dominik Stadler2016-11-141-1/+1
| | | | | | | | test-Ant-script to call 'assemble' instead of 'jar' to catch something like this in the future. Also exclude some more intermediate files/directories from the source package. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769684 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
* Eclipse automated refactor/cleanup: add final modifier to private fields to ↵Javen O'Neal2016-10-201-1/+1
| | | | | | unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765739 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ↵Javen O'Neal2016-10-1910-8/+50
| | | | | | annotations git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765726 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-142-1/+8
| | | | | | (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
* Fix for test-data of #59746Andreas Beeker2016-06-231-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750033 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
* Change logger.log to System.out to print out one line for each file that is ↵Dominik Stadler2016-05-311-20/+10
| | | | | | handled in the test, otherwise it is sometimes impossible to see where the test stopped (e.g. on timeout), enabling POILogger leads to 400MB logs, which is usually too much to handle... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746275 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent spacing / whitespaceNick Burch2016-05-241-92/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745361 13f79535-47bb-0310-9956-ffa450edef68
* Another excludeNick Burch2016-05-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745358 13f79535-47bb-0310-9956-ffa450edef68
* Whitespace fixNick Burch2016-05-241-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745357 13f79535-47bb-0310-9956-ffa450edef68
* Revert expected failure as it seems to be fixed nowDominik Stadler2016-05-171-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744305 13f79535-47bb-0310-9956-ffa450edef68
* Exclude newly added corrupt fileDominik Stadler2016-05-171-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744211 13f79535-47bb-0310-9956-ffa450edef68
* add aslAndreas Beeker2016-05-162-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744021 13f79535-47bb-0310-9956-ffa450edef68
* Reduce calls to utf-related methods - the integration test took ages because ↵Andreas Beeker2016-05-161-5/+44
| | | | | | of poc-shared-strings.xlsx git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744004 13f79535-47bb-0310-9956-ffa450edef68
* added commons-logging to integration test to make profiling easier - just ↵Andreas Beeker2016-05-162-0/+26
| | | | | | match the timestamps of the log with the timestamps of the profiling monitor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744001 13f79535-47bb-0310-9956-ffa450edef68
* Exclude file that was modified and now fails with the known limitation of ↵Dominik Stadler2016-04-121-0/+1
| | | | | | sheet-cloning git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738704 13f79535-47bb-0310-9956-ffa450edef68
* ignore VBA source files in integration testJaven O'Neal2016-04-101-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738460 13f79535-47bb-0310-9956-ffa450edef68
* Tried to evaluate all formulas in worksheets as part of the integration ↵Dominik Stadler2016-04-061-1/+16
| | | | | | tests, but some documents fail and it probably increases runtime of tests considerably, so left commented out for now. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738034 13f79535-47bb-0310-9956-ffa450edef68
* Enhance integration tests to call some of the common examples/devtools to ↵Dominik Stadler2016-04-015-13/+153
| | | | | | also trigger these with all sample files, currently XLSX2CSV, BiffViewer, FromHowTo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737308 13f79535-47bb-0310-9956-ffa450edef68
* Adjust integration tests, fix compilation warnings, make the check on ↵Dominik Stadler2016-03-314-21/+11
| | | | | | "EXPECTED_EXTRACTOR_FAILURES" actually work git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737242 13f79535-47bb-0310-9956-ffa450edef68
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-293-117/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737029 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-293-7/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737025 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warningsAndreas Beeker2016-03-211-0/+1
| | | | | | close resources git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735912 13f79535-47bb-0310-9956-ffa450edef68
* Ignore ODSNick Burch2016-03-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735079 13f79535-47bb-0310-9956-ffa450edef68
* Fix source rebuilding verification after resulting binaries in dist-folder ↵Dominik Stadler2016-03-071-15/+25
| | | | | | changed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1733878 13f79535-47bb-0310-9956-ffa450edef68