aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest/org
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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-291-5/+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-291-7/+5
| | | | 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
* Also mark the file for bug 59074 as expected-failure for integration testingDominik Stadler2016-02-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1732620 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57914: Provide a better error message for OOXML strict format which we ↵Dominik Stadler2016-02-271-0/+1
| | | | | | do not support yet. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1732619 13f79535-47bb-0310-9956-ffa450edef68
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-241-20/+8
| | | | | | see http://apache-poi.1045710.n5.nabble.com/3-14-beta-2-3-14-final-tt5721829.html git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1732236 13f79535-47bb-0310-9956-ffa450edef68
* Ignore a failure during cloning if we exceed file-format limitsDominik Stadler2016-02-131-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730273 13f79535-47bb-0310-9956-ffa450edef68
* Remove file from expected failures after changes for bug 56880Dominik Stadler2016-02-051-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1728612 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, helper unit-test, improve information provided in ↵Dominik Stadler2016-01-132-1/+8
| | | | | | Exceptions, do not swallow inner stacktraces, ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724486 13f79535-47bb-0310-9956-ffa450edef68
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-103-0/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723966 13f79535-47bb-0310-9956-ffa450edef68
* Try to reproduce bug 52258 and add more checks to integration testsDominik Stadler2016-01-032-4/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722755 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 58760: non-standard namespace-key breaks parsing XLSX filesDominik Stadler2015-12-311-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722433 13f79535-47bb-0310-9956-ffa450edef68
* Revert changes to integration-test-framework to not make tests fail with ↵Dominik Stadler2015-12-311-13/+9
| | | | | | strange errors about entity expansion limits git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722425 13f79535-47bb-0310-9956-ffa450edef68
* Add null-handler in integration-tests for two Visio files which are not ↵Dominik Stadler2015-12-302-9/+21
| | | | | | handled (yet) and adjust memory handling somewhat git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722408 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58616: Try to initialize with empty password if not done beforeDominik Stadler2015-12-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722407 13f79535-47bb-0310-9956-ffa450edef68
* Exclude file from integration-tests until bug 58760 is fixedDominik Stadler2015-12-301-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722405 13f79535-47bb-0310-9956-ffa450edef68
* Add some more tests for the checks for files that can cause large memory usage.Dominik Stadler2015-11-082-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713217 13f79535-47bb-0310-9956-ffa450edef68
* Add Visio OOXML text extractor + testsDustin Spicuzza2015-10-192-33/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1709361 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2015-09-301-1/+1
| | | | | | Very interesting was the exception swallowing in PackagePropertiesPart. When it was properly thrown, it already led to various errors in the junits test - I've fixed the handling for at least the ones which are in our test set git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706169 13f79535-47bb-0310-9956-ffa450edef68
* Verify that bug 45541 can be resolved, add some more checks in XSLFFileHandlerDominik Stadler2015-09-291-2/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705804 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-281-0/+3
| | | | | | Sonar fixes - remove pubic/static/final modifier from interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705789 13f79535-47bb-0310-9956-ffa450edef68
* Removed HDF APIAndreas Beeker2015-09-283-27/+6
| | | | | | Sonar fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705779 13f79535-47bb-0310-9956-ffa450edef68
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-211-8/+2
| | | | | | | | | - moved SlideShowFactory to Common SL - changed get/setAnchor to Rectangle instead of Rectangle2D - Fixed some Common SL generic definitions - picture dimensions are now in points and an additional method exists for pixels git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704206 13f79535-47bb-0310-9956-ffa450edef68
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-202-1/+12
| | | | | | | | - same for hslf / common sl - unify method names in H/XSLF Slideshow for common sl - add/fix header information for PICT/EMF/WMF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704097 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug 57890 to add support for different datatypes in ↵Dominik Stadler2015-09-171-0/+1
| | | | | | XSSFImportFromXML git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1703665 13f79535-47bb-0310-9956-ffa450edef68
* Enhance integration testing to apply OPCPackage tests to more file-types and ↵Dominik Stadler2015-09-133-32/+98
| | | | | | also run XSSFReader in XSSFFileHandler git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702801 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, close resources in CommandLineTextExtractor, add ↵Dominik Stadler2015-09-031-2/+0
| | | | | | try/finally, formatting, ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1701139 13f79535-47bb-0310-9956-ffa450edef68
* Adjust excludes after adjusting multiple HeaderFooterRecord instancesDominik Stadler2015-08-251-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697602 13f79535-47bb-0310-9956-ffa450edef68
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-241-12/+10
| | | | | | | | made various methods available through common sl added createTextBox,AutoShape,... methods to ShapeContainers hslf tables created by poi, will be identified as such when the file is read again git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697515 13f79535-47bb-0310-9956-ffa450edef68
* Common stress test for X/HSLF and a few bug fixesAndreas Beeker2015-08-134-61/+156
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695628 13f79535-47bb-0310-9956-ffa450edef68
* Fix integration test for OPCPackageDominik Stadler2015-08-111-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695346 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ↵Dominik Stadler2015-08-112-2/+77
| | | | | | expect the actual alias that is used in the corresponding element. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695212 13f79535-47bb-0310-9956-ffa450edef68
* Provide more output when failing range-checks on HSL2RGB-constructionDominik Stadler2015-08-101-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694960 13f79535-47bb-0310-9956-ffa450edef68
* merge trunk to common sl branchAndreas Beeker2015-07-193-37/+87
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691845 13f79535-47bb-0310-9956-ffa450edef68
| * Use global constant, this and the previous checkin fixes pull request 17 on ↵Dominik Stadler2015-07-191-4/+2
| | | | | | | | | | | | github git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691822 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 57484: Allow processing of non-OOXML core namespace packagesDominik Stadler2015-07-193-37/+89
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691821 13f79535-47bb-0310-9956-ffa450edef68
* | merge trunk to common sl branchAndreas Beeker2015-07-1916-190/+611
|\| | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691843 13f79535-47bb-0310-9956-ffa450edef68
| * Add some missing close(), reduce output in unit tests and remove some other ↵Dominik Stadler2015-07-071-1/+3
| | | | | | | | | | | | Eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1689590 13f79535-47bb-0310-9956-ffa450edef68
| * Add ignore - file has no content streamsNick Burch2015-05-261-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681809 13f79535-47bb-0310-9956-ffa450edef68