aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* merged common_sl branch to trunkAndreas Beeker2015-07-242-8/+10
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692593 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
| * \ merge trunk to common sl branchAndreas Beeker2015-07-1917-190/+756
| |\ \ | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691843 13f79535-47bb-0310-9956-ffa450edef68
| * | | committing intermediate results - hslf is mostly migrated to common ↵Andreas Beeker2015-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | interface - junit tests partly fail - still a few compile errors - xslf drawing works - hslf drawing is not yet tested git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1676365 13f79535-47bb-0310-9956-ffa450edef68
| * | | Snapshot commit - still lots of errors, xslf rendering works, started work ↵Andreas Beeker2015-03-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | on hslf git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1667902 13f79535-47bb-0310-9956-ffa450edef68
* | | | When verifying that the source-package can be built copy over third party ↵Dominik Stadler2015-07-231-0/+14
| |_|/ |/| | | | | | | | | | | | | | libs before starting to build to not download these files from scratch every time git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692381 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
* | 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
* | Bug 57963: Add a task to the integration-test build which verifies that most ↵Dominik Stadler2015-06-161-3/+85
| | | | | | | | | | | | examples can be built without scratchpad.jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685705 13f79535-47bb-0310-9956-ffa450edef68
* | Add missing license headerDominik Stadler2015-05-311-0/+18
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682794 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 57904: Add full source build from dist-packages to CI buildsDominik Stadler2015-05-311-0/+45
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682786 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
* | Adjust test to handle a file correctly which works for normal handling but ↵Dominik Stadler2015-04-301-2/+3
| | | | | | | | | | | | fails expectedly in text-extraction testing. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1676902 13f79535-47bb-0310-9956-ffa450edef68
* | Skip the new password protected file, and re-org a little bit some other ↵Nick Burch2015-04-291-2/+5
| | | | | | | | | | | | failures git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1676874 13f79535-47bb-0310-9956-ffa450edef68
* | Use a constant for the name of the OOXML encrypted package nodeNick Burch2015-04-291-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1676838 13f79535-47bb-0310-9956-ffa450edef68
* | Add another file exclude, and hae the test print out which fails failed to ↵Nick Burch2015-04-231-0/+3
| | | | | | | | | | | | make it quicker to spot in the jenkins failure email git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1675719 13f79535-47bb-0310-9956-ffa450edef68
* | XMLPrettyPrint: Don't try to pretty-print non-XML files and print out which ↵Dominik Stadler2015-04-031-0/+10
| | | | | | | | | | | | file from the ooxml-file fails to parse git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1671095 13f79535-47bb-0310-9956-ffa450edef68
* | Integration test: Do a few more things with the MapiMessageDominik Stadler2015-03-221-0/+15
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1668485 13f79535-47bb-0310-9956-ffa450edef68
* | Integration tests: Expect exception for old word documents and still run the ↵Dominik Stadler2015-03-223-12/+50
| | | | | | | | | | | | text extraction for them. Also add executing HPSFPropertiesExtractor where possible git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1668483 13f79535-47bb-0310-9956-ffa450edef68