aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest/org
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
* | 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
* 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
* Charset.forName() for known encodings makes catching ↵Andreas Beeker2014-12-275-10/+36
| | | | | | | | | | UnknownEncodingException obsolete Unify UTF-16LE conversion to StringUtil BugFix for RecordInputStream.readFully in combination with continuing records BugFix for integration tests - fix pathname for handler/exclude lookup on windows git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648032 13f79535-47bb-0310-9956-ffa450edef68
* One more change in file-pattern to actually exclude .svn filesDominik Stadler2014-12-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647941 13f79535-47bb-0310-9956-ffa450edef68
* Exclude .svn sub-dirs as it seems Apache Jenkins still runs with Subversion ↵Dominik Stadler2014-12-261-0/+1
| | | | | | <=1.6 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647939 13f79535-47bb-0310-9956-ffa450edef68
* Add a test-suite which performs integration/stress tests which load and ↵Dominik Stadler2014-12-2517-0/+1160
handle all stored test files in various ways. It works by using handlers for each type of file which perform various operations on the files, e.g. loading, iterating content, modify, ... This will trigger changes which break working with the available test-files and thus provides another layer of regression testing which hopefully prevents some failures from making it into releases. It is runnable via a new ant-target 'test-integration' and also added to the jenkins-target. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647885 13f79535-47bb-0310-9956-ffa450edef68