aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Add test-document to verify that bug 51921 is fixed alreadyDominik Stadler2015-03-223-4/+29
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1668482 13f79535-47bb-0310-9956-ffa450edef68
* | Add more test-files from bug 44501, all seem to work fine nowDominik Stadler2015-03-221-1/+19
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1668369 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 47304: use fixed encoding when extracting text in WordDocumentDominik Stadler2015-03-221-1/+47
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1668367 13f79535-47bb-0310-9956-ffa450edef68
* | Exclude the OOXML strict files for now, not yet supported, see bug #57699Nick Burch2015-03-131-0/+5
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1666433 13f79535-47bb-0310-9956-ffa450edef68
* | Add helper test to verify that vsdx cannot even be loaded by POIXMLDocument ↵Dominik Stadler2015-03-111-0/+29
| | | | | | | | | | | | curently. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1665984 13f79535-47bb-0310-9956-ffa450edef68
* | No support as yet for the OOXML visio files, so have these ignoredNick Burch2015-03-111-1/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1665971 13f79535-47bb-0310-9956-ffa450edef68
* | Fix inconsistent indentsNick Burch2015-03-111-172/+172
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1665970 13f79535-47bb-0310-9956-ffa450edef68
* | Add missing close and handle theme-pptx in ExtractorFactory. Add creating ↵Dominik Stadler2015-03-011-4/+62
| | | | | | | | | | | | slide-bitmaps to PPTX integration test. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1663137 13f79535-47bb-0310-9956-ffa450edef68
* | * Verify some more Text-Extraction features as part of integration tests, ↵Dominik Stadler2015-02-273-0/+61
| | | | | | | | | | | | | | | | | | fix some NullPointerExceptions that showed up now because the event-based extraction does not have a Document available * Also handle a XLSX which does not have row-numbers in the sheet-xml. Excel can read it so it makes sense to also allow to read it in the XSSFSheetXMLHandler * Remove some Eclipse warnings in test-code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1662691 13f79535-47bb-0310-9956-ffa450edef68
* | Add missing javadoc-headerDominik Stadler2015-02-271-0/+16
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1662661 13f79535-47bb-0310-9956-ffa450edef68
* | * Add text-extraction verification to integration-tests via a new abstract ↵Dominik Stadler2015-02-2710-19/+98
|/ | | | | | | | | base FileHandler * Fix NullPointerException found in some documents when running against the test-data * Add support for extracting text from Dir-Entries WORKBOOK and BOOK to support some old/strangely formatted XLS files. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1662652 13f79535-47bb-0310-9956-ffa450edef68
* Another excludeNick Burch2015-01-131-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1651512 13f79535-47bb-0310-9956-ffa450edef68
* Extract ROOT_DIR into constant, ignore .csv filesDominik Stadler2015-01-021-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649124 13f79535-47bb-0310-9956-ffa450edef68