aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* 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